mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
Fail configure if the Boost regex library is not found.
This commit is contained in:
parent
f1f4b5567f
commit
3f705cb7a6
@ -1,2 +1,6 @@
|
|||||||
AX_BOOST_BASE()
|
AX_BOOST_BASE()
|
||||||
AX_BOOST_REGEX()
|
AX_BOOST_REGEX()
|
||||||
|
|
||||||
|
if test x"$ax_cv_boost_regex" != "xyes"; then
|
||||||
|
AC_MSG_ERROR(The Boost regex library was not found.)
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user