Fix typo in boost_filesystem detection
This commit is contained in:
parent
59b7127f44
commit
cca9efdc5d
@ -186,7 +186,7 @@ AX_BOOST_SYSTEM
|
||||
AX_BOOST_FILESYSTEM
|
||||
AC_SUBST(BOOST_FILESYSTEM_LIB)
|
||||
|
||||
AS_IF([text "x$ax_cv_boost_filesystem" != "xyes"], [
|
||||
AS_IF([test "x$ax_cv_boost_filesystem" != "xyes"], [
|
||||
AC_MSG_ERROR("boost-filesystem is a hard requirement")
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user