BIND 10 trac1728, updated. 3297a2cc2c4a71adf3e31d24c80182119563191a master: Fix AC_LANG_SOURCE warnings from automake

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 19 20:05:09 UTC 2012


The branch, trac1728 has been updated
       via  3297a2cc2c4a71adf3e31d24c80182119563191a (commit)
      from  44e1d7887b4b5706858c51698de93aa30c7defcb (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 3297a2cc2c4a71adf3e31d24c80182119563191a
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Mar 20 01:34:48 2012 +0530

    master: Fix AC_LANG_SOURCE warnings from automake

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

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

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5ce897d..64a4463 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,7 +270,7 @@ AC_DEFUN([BIND10_CXX_TRY_FLAG], [
   bind10_save_CXXFLAGS="$CXXFLAGS"
   CXXFLAGS="$CXXFLAGS $1"
 
-  AC_LINK_IFELSE([int main(void){ return 0;}],
+  AC_LINK_IFELSE([AC_LANG_SOURCE([int main(void){ return 0;}])],
                  [bind10_cxx_flag=yes], [bind10_cxx_flag=no])
   CXXFLAGS="$bind10_save_CXXFLAGS"
 



More information about the bind10-changes mailing list