mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
configure: Make this define less useless.
This commit is contained in:
parent
c68fc52672
commit
f121188ded
1 changed files with 1 additions and 1 deletions
|
@ -1319,7 +1319,7 @@ AC_HELP_STRING([--with-included-boost[[[=shared]]]], [Use the boost sources from
|
||||||
AC_MSG_ERROR([Failed to build included boost.])
|
AC_MSG_ERROR([Failed to build included boost.])
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFINE(HAVE_LIB_BOOST_SYSTEM, 1, [Define if you have boost_system])
|
AC_DEFINE(RB_INCLUDED_BOOST, 1, [Defined if configured with included boost])
|
||||||
AC_MSG_NOTICE([Bootstrapping boost: done])
|
AC_MSG_NOTICE([Bootstrapping boost: done])
|
||||||
],[
|
],[
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
|
|
Loading…
Reference in a new issue