enable sloppy spec by default.

SVN revision: 29339
This commit is contained in:
Sebastian Dransfeld 2007-04-04 10:50:35 +00:00
parent 8ec72de321
commit 943b05a5d9
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ if test "x$enable_strict_spec" = "xyes" ; then
fi
AC_ARG_ENABLE(sloppy-spec,
[AC_HELP_STRING([--enable-sloppy-spec],[Enable sloppy spec compliance])],
[enable_sloppy_spec=$enableval], [enable_sloppy_spec="auto"])
[AC_HELP_STRING([--disable-sloppy-spec],[Enable sloppy spec compliance])],
[enable_sloppy_spec=$enableval], [enable_sloppy_spec="yes"])
if test "x$enable_sloppy_spec" = "xyes" ; then
AC_DEFINE(SLOPPY_SPEC, 1, [Sloppy Spec Compliance])
fi