From 1029d950a08181fb3a30497d7c92d75c174f4471 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 13 Aug 2007 22:43:50 +0000 Subject: [PATCH] try to be nice git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19529 a592a061-630c-0410-9148-cb99ea01b6c8 --- configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac index 9860f11596..598aa12ab2 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.39.2