BIND 10 trac3107, updated. 32e3681b8ed317fbf9e3e195a854a0830fccbb08 [3107] Move CXX_VERSION initialization closer to where it is used

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 13 07:32:21 UTC 2013


The branch, trac3107 has been updated
       via  32e3681b8ed317fbf9e3e195a854a0830fccbb08 (commit)
      from  cc480a64481dbce14348038cfa254578fc51623b (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 32e3681b8ed317fbf9e3e195a854a0830fccbb08
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Nov 13 13:02:08 2013 +0530

    [3107] Move CXX_VERSION initialization closer to where it is used

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

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

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 903b38d..b4dd9bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,8 +68,6 @@ AC_CHECK_DECL([__SUNPRO_CC], [SUNCXX="yes"], [SUNCXX="no"])
 AC_CHECK_DECL([__clang__], [CLANGPP="yes"], [CLANGPP="no"])
 AM_CONDITIONAL(USE_CLANGPP, test "X${CLANGPP}" = "Xyes")
 
-CXX_VERSION="unknown"
-
 dnl Determine if weare using GNU sed
 GNU_SED=no
 $SED --version 2> /dev/null | grep -q GNU
@@ -114,6 +112,8 @@ AC_DEFUN([BIND10_CXX_TRY_FLAG], [
   AC_MSG_RESULT([$bind10_cxx_flag])
 ])
 
+CXX_VERSION="unknown"
+
 # SunStudio compiler requires special compiler options for boost
 # (http://blogs.sun.com/sga/entry/boost_mini_howto)
 if test "$SUNCXX" = "yes"; then



More information about the bind10-changes mailing list