Kaydet (Commit) c7a13205 authored tarafından Rene Engelhard's avatar Rene Engelhard Kaydeden (comit) Thorsten Behrens

check for boost/process/child.hpp in configure.ac if --enable-gtk3-kde5

Change-Id: Idcd2931415558b41f94eb12a01f350f1ab53d134
Reviewed-on: https://gerrit.libreoffice.org/48319Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst ecb5fcff
...@@ -8706,6 +8706,10 @@ if test "$with_system_boost" = "yes"; then ...@@ -8706,6 +8706,10 @@ if test "$with_system_boost" = "yes"; then
[AC_MSG_ERROR(boost/shared_ptr.hpp not found. install boost)], []) [AC_MSG_ERROR(boost/shared_ptr.hpp not found. install boost)], [])
AC_CHECK_HEADER(boost/spirit/include/classic_core.hpp, [], AC_CHECK_HEADER(boost/spirit/include/classic_core.hpp, [],
[AC_MSG_ERROR(boost/spirit/include/classic_core.hpp not found. install boost >= 1.36)], []) [AC_MSG_ERROR(boost/spirit/include/classic_core.hpp not found. install boost >= 1.36)], [])
if test "x$enable_gtk3_kde5" = "xyes"; then
AC_CHECK_HEADER(boost/process/child.hpp, [],
[AC_MSG_ERROR(boost/process/child.hpp not found. install boost >= 1.64)], [])
fi
CXXFLAGS=$save_CXXFLAGS CXXFLAGS=$save_CXXFLAGS
AC_LANG_POP([C++]) AC_LANG_POP([C++])
# this is in m4/ax_boost_base.m4 # this is in m4/ax_boost_base.m4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment