From f121188ded1add762ab924a25140a417ff551b11 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 14 May 2019 14:46:47 -0700 Subject: [PATCH] configure: Make this define less useless. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9408bb623..48bfc0f7c 100644 --- a/configure.ac +++ b/configure.ac @@ -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_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_RESULT([no])