From 131edb2214be37bccc923b334d331454032c6665 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 14 Aug 2007 00:46:11 +0000 Subject: [PATCH] more cleanups git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19535 a592a061-630c-0410-9148-cb99ea01b6c8 --- configure.ac | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index a2e3c20fb8..decd65edd0 100644 --- a/configure.ac +++ b/configure.ac @@ -383,7 +383,7 @@ char * strerror(int n); * does: What we need is a 32bit wide wchar_t, and a libstdc++ that * has the needed wchar_t support and uses UCS4. Whether it * implements this with the help of libc, or whether it has own code - * does not matter for us, because we don't use libc directly (Georg) + * does not matter for us, because we do not use libc directly (Georg) */ #if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__) # define USE_WCHAR_T @@ -394,12 +394,10 @@ char * strerror(int n); AC_ARG_ENABLE(monolithic-boost, - AC_HELP_STRING([--with-monolithic-boost], + AC_HELP_STRING([--enable-monolithic-boost], [Use monolithic boost compilations]),, - [monolithic_boost=$withval], - [monolithic_boost=no] -) -AM_CONDITIONAL(MONOLITHIC_BOOST, test $monolithic_boost = yes) + [enable_monolithic_boost=no]) +AM_CONDITIONAL(MONOLITHIC_BOOST, test $enable_monolithic_boost = yes) AC_DEFINE_UNQUOTED([LYX_DATE],"$LYX_DATE",[Date of release]) -- 2.39.2