summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2018-01-24 11:43:20 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-25 12:24:57 +0100
commitcbf0c689d41ba11f37e557c10db7976f8318d43c (patch)
tree78e6e626f1320b83870189b4c74cc3c80afffd4f /configure.ac
parent068f244222edcc5916fe864a0265ab6ccb4e43d2 (diff)
Undo "check for boost/process/child.hpp in configure.ac if --enable-gtk3-kde5"
This reverts commit c7a1320593191e8359aa64d8e262948da085d358. It's no longer required since we ported away from boost.:process Change-Id: I53c5b994c3ba2801823ba0d6ab25f43223db1476 Reviewed-on: https://gerrit.libreoffice.org/48491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3de79ab4d192..2780d20f7b9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8716,10 +8716,6 @@ 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