summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-10-24 03:13:06 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-10-24 17:51:18 +0200
commit3a4a5b2e2b28f351ed1ebc8c33541f4631c86f97 (patch)
treedfa06674fa77fdd7fc9d8f2a5d93f4e2deabe2ab /configure.ac
parent90a8fba16e114e5d4606449b24b798f1cfcb20c9 (diff)
NURBS and Polyline support for VDX and VSDX
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 269df81..6925087 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ AC_SUBST(ZLIB_LIBS)
# ===========================
AC_CHECK_HEADERS(
- boost/spirit/include/classic_core.hpp boost/algorithm/string.hpp,
+ boost/algorithm/string.hpp boost/optional.hpp boost/spirit/include/classic.hpp,
[],
[AC_MSG_ERROR(Required boost headers not found. install boost >= 1.36)],
[]