diff options
author | David Tardon <dtardon@redhat.com> | 2016-03-08 06:23:24 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-03-08 06:24:27 +0100 |
commit | ed41a33ca22f46b123df4132d376247682af07af (patch) | |
tree | a8fce602fcbb3003f6e67e604b78e6b37a9db93b /configure.ac | |
parent | 57c439a15e151fa9f7c298ceb15165749958c53c (diff) |
detect Boost.Filesystem
Change-Id: I86c268f49f44bd1e208a9de781a16bf19450c64c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dab19190e965..7b5cedd5696d 100644 --- a/configure.ac +++ b/configure.ac @@ -8836,6 +8836,7 @@ if test "$with_system_boost" = "yes"; then SYSTEM_BOOST=TRUE AX_BOOST_BASE(1.47) AX_BOOST_DATE_TIME + AX_BOOST_FILESYSTEM AX_BOOST_IOSTREAMS mingw_boost_date_time_dll=`echo $BOOST_DATE_TIME_LIB | sed -e 's/^-l//' -e 's/\.dll$//'` libo_MINGW_TRY_DLL([$mingw_boost_date_time_dll]) |