configure.ac | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit a8f901f6bb2bd0d34d98d4ca23b6cf39c93cbd47 Author: Rene Engelhard <r...@debian.org> Date: Sat Jan 13 16:02:52 2018 +0000
check for boost/process/child.hpp in configure.ac if --enable-gtk3-kde5 Change-Id: Idcd2931415558b41f94eb12a01f350f1ab53d134 diff --git a/configure.ac b/configure.ac index 3a85253eef6c..8393a4335e44 100644 --- a/configure.ac +++ b/configure.ac @@ -8686,6 +8686,10 @@ if test "$with_system_boost" = "yes"; then [AC_MSG_ERROR(boost/shared_ptr.hpp not found. install boost)], []) AC_CHECK_HEADER(boost/spirit/include/classic_core.hpp, [], [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 AC_LANG_POP([C++]) # this is in m4/ax_boost_base.m4 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits