BIND 10 master, updated. 344fd7d0178d6fc51f7e3cd8faf69f8007f17105 [master] Fix indent in ChangeLog
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 26 13:33:00 UTC 2014
The branch, master has been updated
via 344fd7d0178d6fc51f7e3cd8faf69f8007f17105 (commit)
via a5494b56ea27b752a6ddf2c72178da5aecfc5e7c (commit)
from a9f3e42e38a87c28f557a216f4e8676f30559018 (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 344fd7d0178d6fc51f7e3cd8faf69f8007f17105
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Feb 26 19:02:10 2014 +0530
[master] Fix indent in ChangeLog
commit a5494b56ea27b752a6ddf2c72178da5aecfc5e7c
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Feb 26 13:12:54 2014 +0530
[master] Simplify the header check that was added
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 972b124..d40adeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-760. [bug] tmark
+760. [bug] tmark
When merging a map of configuration elements into another, elements that
are themselves maps will be merged. In particular, this corrects a defect
which caused a configuration commit error to occur when using bindctl to
diff --git a/configure.ac b/configure.ac
index 3d7fd05..7afc353 100644
--- a/configure.ac
+++ b/configure.ac
@@ -911,7 +911,7 @@ if test "$MYSQL_CONFIG" != "" ; then
fi
# Solaris puts FIONREAD in filio.h
-AC_CHECK_HEADERS(sys/filio.h,,,)
+AC_CHECK_HEADER(sys/filio.h)
# ... and at the shell level, so Makefile.am can take action depending on this.
AM_CONDITIONAL(HAVE_MYSQL, test "$MYSQL_CONFIG" != "")
More information about the bind10-changes
mailing list