Fail configure if the Boost regex library is not found.

This commit is contained in:
Moritz Bunkus 2008-08-30 12:49:25 +00:00
parent f1f4b5567f
commit 3f705cb7a6

View File

@ -1,2 +1,6 @@
AX_BOOST_BASE()
AX_BOOST_REGEX()
if test x"$ax_cv_boost_regex" != "xyes"; then
AC_MSG_ERROR(The Boost regex library was not found.)
fi