summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-01-13 16:02:52 +0000
committerMilian Wolff <milian.wolff@kdab.com>2018-01-22 17:12:34 +0100
commit778e8e52f829b7268be494f742c7f197f084d99d (patch)
tree4451599589edd027ee35c88b467e08e3aaece062
parentIntroduce gtk3_kde5 vcl plugin (diff)
downloadcore-778e8e52f829b7268be494f742c7f197f084d99d.tar.gz
core-778e8e52f829b7268be494f742c7f197f084d99d.zip
check for boost/process/child.hpp in configure.ac if --enable-gtk3-kde5
Change-Id: Idcd2931415558b41f94eb12a01f350f1ab53d134
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 80ec735478a6..6edc010762de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8706,6 +8706,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