fix configure.in

This commit is contained in:
Jehan Monnier 2009-10-02 11:13:20 +02:00 committed by jehan
parent 4b84aa95de
commit 1deb060bde

View file

@ -353,7 +353,7 @@ AC_ARG_ENABLE(strict,
)
if test "$GCC$strictness" = "yesyes" ; then
STRICT_OPTIONS="-Wall -Wp,-D_FORTIFY_SOURCE=2"
STRICT_OPTIONS="-Wall "
STRICT_OPTIONS="$STRICT_OPTIONS -Werror"
CFLAGS="$CFLAGS -fno-strict-aliasing"
fi