Update to newer boost autoconf macros
[libt2n] / configure.in
index 1d2bad1..4a06a93 100644 (file)
@@ -17,7 +17,8 @@ AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN)
 AM_CONDITIONAL(AUTOCHECK, test "$enable_autocheck" = yes)
 AM_PATH_CPPUNIT(1.8.0)
 
-AX_BOOST([1.33])
+AX_BOOST_BASE([1.33])
+AX_BOOST_SERIALIZATION
 if test "x$BOOST_SERIALIZATION_LIB" = "x"; then
            echo "Sorry, we need the Serialization-Lib from Boost."
            exit 1