Switch precompiled headers back to defaulting to on

Originally committed to SVN as r6263.
This commit is contained in:
Thomas Goyne 2012-01-10 19:10:00 +00:00
parent 1a02d2ba3e
commit 5cd47a8a88
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ AC_SUBST(PACKAGE_DEBUG)
############################
AC_MSG_CHECKING([whether to use precompiled headers])
AC_ARG_ENABLE(gcc-prec, AS_HELP_STRING([--disable-gcc-prec],[disable GCC precompiled headers]))
AC_MSG_RESULT([${enable_gcc_prec:=no}])
AC_MSG_RESULT([${enable_gcc_prec:=yes}])
AC_SUBST(enable_gcc_prec)
###########