Move BOOST_SYSTEM detection around
This commit is contained in:
parent
4ddcb4c482
commit
cbbf8657be
@ -131,6 +131,10 @@ AX_BOOST_BASE([1.42], [], [AC_MSG_ERROR([Boost version >= 1.42 required])])
|
|||||||
AC_SUBST(BOOST_CPPFLAGS)
|
AC_SUBST(BOOST_CPPFLAGS)
|
||||||
AC_SUBST(BOOST_LDFLAGS)
|
AC_SUBST(BOOST_LDFLAGS)
|
||||||
|
|
||||||
|
# boost-system isn't a hard requirement, it's only really used to fulfill
|
||||||
|
# some other dependency I've since forgotten about...
|
||||||
|
AX_BOOST_SYSTEM
|
||||||
|
|
||||||
AX_BOOST_FILESYSTEM
|
AX_BOOST_FILESYSTEM
|
||||||
AC_SUBST(BOOST_FILESYSTEM_LIB)
|
AC_SUBST(BOOST_FILESYSTEM_LIB)
|
||||||
|
|
||||||
@ -138,10 +142,6 @@ if test "x$ax_cv_boost_filesystem" != "xyes"; then
|
|||||||
AC_MSG_ERROR("boost-filesystem is a hard requirement")
|
AC_MSG_ERROR("boost-filesystem is a hard requirement")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# boost-system isn't a hard requirement, it's only really used to fulfill
|
|
||||||
# some other dependency I've since forgotten about...
|
|
||||||
AX_BOOST_SYSTEM
|
|
||||||
|
|
||||||
## Optional packages
|
## Optional packages
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
|
Loading…
Reference in New Issue
Block a user