]> git.lyx.org Git - features.git/blobdiff - configure.ac
try to be nice
[features.git] / configure.ac
index 9860f11596666c81a0ea78d433c91fd7b9bfa0d4..598aa12ab28f1843e4a4a5c5555828dd667a27d8 100644 (file)
@@ -392,6 +392,16 @@ char * strerror(int n);
 #endif
 ])
 
+
+AC_ARG_ENABLE(monolithic-boost,
+  AC_HELP_STRING([--with-monolithic-boost],
+               [Use monolithic boost compilations]),,
+  [monolithic_boost=$withval],
+       [monolithic_boost=yes]
+)
+AM_CONDITIONAL(MONOLITHIC_BOOST, test $monolithic_boost = yes)
+
+
 AC_DEFINE_UNQUOTED([LYX_DATE],"$LYX_DATE",[Date of release])
 AC_DEFINE_UNQUOTED([VERSION_INFO],"$VERSION_INFO",[Full version info])