more boost fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19532 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-08-13 23:48:39 +00:00
parent b5ff56e5e8
commit 682a70e89c
2 changed files with 6 additions and 3 deletions

View File

@ -33,15 +33,18 @@ liblyxboost_la_SOURCES = \
libs/filesystem/src/path.cpp \
libs/filesystem/src/portability.cpp \
\
libs/regex/src/c_regex_traits.cpp \
libs/regex/src/cpp_regex_traits.cpp \
libs/regex/src/cregex.cpp \
libs/regex/src/fileiter.cpp \
libs/regex/src/instances.cpp \
libs/regex/src/posix_api.cpp \
libs/regex/src/regex.cpp \
libs/regex/src/regex_debug.cpp \
libs/regex/src/regex_raw_buffer.cpp \
libs/regex/src/regex_traits_defaults.cpp \
libs/regex/src/w32_regex_traits.cpp \
libs/regex/src/posix_api.cpp \
libs/regex/src/wide_posix_api.cpp \
libs/regex/src/regex_debug.cpp \
libs/regex/src/winstances.cpp \
\
libs/signals/src/connection.cpp \

View File

@ -397,7 +397,7 @@ AC_ARG_ENABLE(monolithic-boost,
AC_HELP_STRING([--with-monolithic-boost],
[Use monolithic boost compilations]),,
[monolithic_boost=$withval],
[monolithic_boost=yes]
[monolithic_boost=no]
)
AM_CONDITIONAL(MONOLITHIC_BOOST, test $monolithic_boost = yes)