BIND 10 master, updated. 172e704b668189d6057c4bfc80403edd59aadd5c [master] set DISTCHECK_GTEST_CONFIGURE_FLAG for --with-gtest too
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 10 19:42:42 UTC 2012
The branch, master has been updated
via 172e704b668189d6057c4bfc80403edd59aadd5c (commit)
from 00554310f20b5a29fbad6a6a9ba9856c5570853a (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 172e704b668189d6057c4bfc80403edd59aadd5c
Author: Jeremy C. Reed <jreed at isc.org>
Date: Mon Dec 10 13:41:48 2012 -0600
[master] set DISTCHECK_GTEST_CONFIGURE_FLAG for --with-gtest too
This is for trac #2481. Review via jabber.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index feeb9a9..87b2803 100644
--- a/configure.ac
+++ b/configure.ac
@@ -903,11 +903,12 @@ AC_SUBST(MULTITHREADING_FLAG)
#
GTEST_LDFLAGS=
GTEST_LDADD=
-# TODO: set DISTCHECK_GTEST_CONFIGURE_FLAG for --with-gtest too
DISTCHECK_GTEST_CONFIGURE_FLAG=
if test "x$enable_gtest" = "xyes" ; then
+ DISTCHECK_GTEST_CONFIGURE_FLAG="--with-gtest=$gtest_path"
+
if test -n "$with_gtest_source" ; then
if test "x$GTEST_SOURCE" = "xyes" ; then
More information about the bind10-changes
mailing list