BIND 10 trac2272, updated. d26707201f5c67cae4b3439ef63809da41e8d166 [2272] Fixed typo in HAVE_OPTRESET in configure.ac.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 20 10:03:08 UTC 2012


The branch, trac2272 has been updated
       via  d26707201f5c67cae4b3439ef63809da41e8d166 (commit)
      from  3dc84c3cc22866efa60bb7a2701c50b05049971d (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 d26707201f5c67cae4b3439ef63809da41e8d166
Author: Marcin Siodelski <marcin at isc.org>
Date:   Thu Sep 20 12:02:55 2012 +0200

    [2272] Fixed typo in HAVE_OPTRESET in configure.ac.

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

Summary of changes:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6e42bda..0e5e3d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1092,7 +1092,7 @@ AC_TRY_LINK(
       var_optreset_exists=no]
 )
 AM_CONDITIONAL(HAVE_OPTRESET, test "x$var_optreset_exists" != "xno")
-AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPT_RESET], [1], [Check for optreset?])])
+AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPTRESET], [1], [Check for optreset?])])
 
 AC_CONFIG_FILES([Makefile
                  doc/Makefile



More information about the bind10-changes mailing list