summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-12-19 10:39:40 +0100
committerDavid Tardon <dtardon@redhat.com>2014-12-19 13:44:57 +0100
commit93baf6994778311b3ffd8afd2e98dfa15389e737 (patch)
treed3ea1976bcf5761b7b145a65410bacb92a5d67aa /configure.ac
parentacafe5bf1dc491edab3980a7bb3a91f05fd48e03 (diff)
add support for text language
Change-Id: I4e184195c3e54d54a6627aec110fc63d250fb211
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 361d4b5..34153e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -271,6 +271,7 @@ AC_SUBST(ZLIB_LIBS)
# ==================
AC_CHECK_HEADERS(
boost/algorithm/string.hpp \
+ boost/optional.hpp \
boost/spirit/include/classic.hpp,
[],
[AC_MSG_ERROR([Required boost headers not found.])],