1
0
Fork 0
This commit is contained in:
Frank Celler 2012-03-13 16:08:39 +01:00
parent d68886e994
commit 9872a5de0c
2 changed files with 30 additions and 2 deletions

16
configure vendored
View File

@ -5312,7 +5312,21 @@ if test x$GCC == xyes; then
*)
WALLCXX="${WALLCXX} -Wstrict-null-sentinel"
WALLC="-std=gnu90 ${WALLC}"
if test x$tr_DARWIN != xyes; then
WALLC="-std=gnu90 ${WALLC}"
fi
;;
esac
case $CC in
*clang*)
;;
*)
if test x$tr_DARWIN != xyes; then
WALLC="-std=gnu90 ${WALLC}"
fi
;;
esac

View File

@ -100,7 +100,21 @@ if test x$GCC == xyes; then
*)
WALLCXX="${WALLCXX} -Wstrict-null-sentinel"
WALLC="-std=gnu90 ${WALLC}"
if test x$tr_DARWIN != xyes; then
WALLC="-std=gnu90 ${WALLC}"
fi
;;
esac
case $CC in
*clang*)
;;
*)
if test x$tr_DARWIN != xyes; then
WALLC="-std=gnu90 ${WALLC}"
fi
;;
esac