mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
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:
parent
b5ff56e5e8
commit
682a70e89c
@ -33,15 +33,18 @@ liblyxboost_la_SOURCES = \
|
|||||||
libs/filesystem/src/path.cpp \
|
libs/filesystem/src/path.cpp \
|
||||||
libs/filesystem/src/portability.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/cregex.cpp \
|
||||||
libs/regex/src/fileiter.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.cpp \
|
||||||
|
libs/regex/src/regex_debug.cpp \
|
||||||
libs/regex/src/regex_raw_buffer.cpp \
|
libs/regex/src/regex_raw_buffer.cpp \
|
||||||
libs/regex/src/regex_traits_defaults.cpp \
|
libs/regex/src/regex_traits_defaults.cpp \
|
||||||
libs/regex/src/w32_regex_traits.cpp \
|
libs/regex/src/w32_regex_traits.cpp \
|
||||||
libs/regex/src/posix_api.cpp \
|
|
||||||
libs/regex/src/wide_posix_api.cpp \
|
libs/regex/src/wide_posix_api.cpp \
|
||||||
libs/regex/src/regex_debug.cpp \
|
|
||||||
libs/regex/src/winstances.cpp \
|
libs/regex/src/winstances.cpp \
|
||||||
\
|
\
|
||||||
libs/signals/src/connection.cpp \
|
libs/signals/src/connection.cpp \
|
||||||
|
@ -397,7 +397,7 @@ AC_ARG_ENABLE(monolithic-boost,
|
|||||||
AC_HELP_STRING([--with-monolithic-boost],
|
AC_HELP_STRING([--with-monolithic-boost],
|
||||||
[Use monolithic boost compilations]),,
|
[Use monolithic boost compilations]),,
|
||||||
[monolithic_boost=$withval],
|
[monolithic_boost=$withval],
|
||||||
[monolithic_boost=yes]
|
[monolithic_boost=no]
|
||||||
)
|
)
|
||||||
AM_CONDITIONAL(MONOLITHIC_BOOST, test $monolithic_boost = yes)
|
AM_CONDITIONAL(MONOLITHIC_BOOST, test $monolithic_boost = yes)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user