libt2n: (gerd) command handling, unit-test still bailing out
[libt2n] / configure.in
index b7d9353..6e8b944 100644 (file)
@@ -14,4 +14,10 @@ AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN);
 AM_CONDITIONAL(AUTOCHECK, test "$enable_autocheck" = yes)
 AM_PATH_CPPUNIT(1.8.0)
 
+AX_BOOST([1.33])
+if test "x$BOOST_SERIALIZATION_LIB" = "x"; then
+           echo "Sorry, we need the Serialization-Lib from Boost."
+           exit 1
+fi
+
 AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile)