0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-25 18:08:52 +02:00

configure: Make this define less useless.

This commit is contained in:
Jason Volk 2019-05-14 14:46:47 -07:00
parent c68fc52672
commit f121188ded

View file

@ -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])