diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-24 03:13:06 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-24 17:51:18 +0200 |
commit | 3a4a5b2e2b28f351ed1ebc8c33541f4631c86f97 (patch) | |
tree | dfa06674fa77fdd7fc9d8f2a5d93f4e2deabe2ab /configure.ac | |
parent | 90a8fba16e114e5d4606449b24b798f1cfcb20c9 (diff) |
NURBS and Polyline support for VDX and VSDX
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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)], [] |