BIND 10 trac898, updated. 2af4de6b41aa7b9265d7f5775f15c91d18f8b71b [trac898] actually put the log4cplus settings in correct place

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 16 20:53:26 UTC 2011


The branch, trac898 has been updated
       via  2af4de6b41aa7b9265d7f5775f15c91d18f8b71b (commit)
      from  07fd4a684483ebea9d1f89956031e26927c7e1a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2af4de6b41aa7b9265d7f5775f15c91d18f8b71b
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Mon May 16 15:52:59 2011 -0500

    [trac898] actually put the log4cplus settings in correct place

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 02bc309..00dad8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -471,13 +471,15 @@ else
 	done
 fi
 
+LOG4CPLUS_LDFLAGS="$LOG4CPLUS_LDFLAGS -llog4cplus $MULTITHREADING_FLAG"
+
 AC_SUBST(LOG4CPLUS_LDFLAGS)
 AC_SUBST(LOG4CPLUS_INCLUDES)
 
 CPPFLAGS_SAVED=$CPPFLAGS
 CPPFLAGS="$LOG4CPLUS_INCLUDES $CPPFLAGS"
 LDFLAGS_SAVED="$LDFLAGS"
-LDFLAGS="$LOG4CPLUS_LDFLAGS $LDFLAGS -llog4cplus $MULTITHREADING_FLAG"
+LDFLAGS="$LOG4CPLUS_LDFLAGS $LDFLAGS"
 
 AC_CHECK_HEADERS([log4cplus/logger.h],,AC_MSG_ERROR([Missing required header files.]))
 AC_LINK_IFELSE(




More information about the bind10-changes mailing list