mirror of https://github.com/odrling/Aegisub
Switch precompiled headers back to defaulting to on
Originally committed to SVN as r6263.
This commit is contained in:
parent
1a02d2ba3e
commit
5cd47a8a88
|
@ -527,7 +527,7 @@ AC_SUBST(PACKAGE_DEBUG)
|
||||||
############################
|
############################
|
||||||
AC_MSG_CHECKING([whether to use precompiled headers])
|
AC_MSG_CHECKING([whether to use precompiled headers])
|
||||||
AC_ARG_ENABLE(gcc-prec, AS_HELP_STRING([--disable-gcc-prec],[disable GCC 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)
|
AC_SUBST(enable_gcc_prec)
|
||||||
|
|
||||||
###########
|
###########
|
||||||
|
|
Loading…
Reference in New Issue