]> git.lyx.org Git - lyx.git/blobdiff - config/lyxinclude.m4
Embedding: fix a crash when extracting InsetInclude
[lyx.git] / config / lyxinclude.m4
index 35344d78ad95e924485258eab31ac8c8de09a616..2f937339b2dc6c75cbc6b1a52b46dfdcda261af7 100644 (file)
@@ -156,6 +156,7 @@ fi
 AC_MSG_RESULT($CXX)
 
 AC_PROG_CXX
+AC_PROG_CXXCPP
 
 ### We might want to get or shut warnings.
 AC_ARG_ENABLE(warnings,
@@ -215,7 +216,7 @@ esac
 
 AC_ARG_ENABLE(pch,
   AC_HELP_STRING([--enable-pch],[enable precompiled headers]),,
-       enable_pch=yes;)
+       enable_pch=no;)
 lyx_pch_comp=no
 
 # set the compiler options correctly.