summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-15 17:28:14 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-15 17:28:14 +0100
commit081da013b552dbbf149698133384645c3e8d6b12 (patch)
tree9c6603b1e2e49e1d7424b44c0552c0673f4ae495 /configure.ac
parentc2aebb05f201e588c9992f1d154c36dc5330c6ad (diff)
Revert "configure: add Boost.Locale library"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index dc4a51977..b99020a7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,9 +179,6 @@ AC_ARG_ENABLE([werror],
AC_ARG_ENABLE([vereign],
AS_HELP_STRING([--enable-vereign],
[Set Vereign document_signing_url configuration key to the default app.vereign.com.]))
-
-AX_BOOST_BASE(1.47)
-
# Handle options
AS_IF([test "$enable_debug" = yes -a -n "$with_poco_libs"],
[POCO_DEBUG_SUFFIX=d],
@@ -678,8 +675,6 @@ fi
AC_SUBST(ENABLE_SETCAP)
-AX_BOOST_LOCALE
-
AC_CONFIG_LINKS([discovery.xml:discovery.xml])
AC_CONFIG_LINKS([loolkitconfig.xcu:loolkitconfig.xcu])
AC_CONFIG_LINKS([loleaflet/package.json:loleaflet/package.json])