Make the --disable-strict-compilation option really work.

This commit is contained in:
Mark de Wever 2008-03-11 17:10:06 +00:00
parent a4489152c8
commit 6119a1c09a

View file

@ -89,7 +89,7 @@ AC_ARG_ENABLE([profile],
[profile=$enableval],
[profile=no])
AC_ARG_ENABLE([strict],
AC_ARG_ENABLE([strict-compilation],
AS_HELP_STRING([--disable-strict-compilation], [disable the strict compilation rules (warnings are an error in the strict mode)]),
[strict=$enableval],
[strict=yes])