BIND 10 trac3119, updated. ad5750db8c708d8849695dec43ff79e64a256078 [3119] Minor cosmetic cleanups as per review

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 14 08:03:10 UTC 2013


The branch, trac3119 has been updated
       via  ad5750db8c708d8849695dec43ff79e64a256078 (commit)
      from  61f52a04ef4df1c8ba17ebf75baaa25e88b90342 (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 ad5750db8c708d8849695dec43ff79e64a256078
Author: Kean Johnston <kean at isc.org>
Date:   Thu Nov 14 10:02:35 2013 +0200

    [3119] Minor cosmetic cleanups as per review

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

Summary of changes:
 configure.ac |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 19be1fd..0ab409b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -755,22 +755,23 @@ CPPFLAGS="$BOTAN_INCLUDES $CPPFLAGS"
 LIBS_SAVED="$LIBS"
 LIBS="$LIBS $BOTAN_LIBS"
 
-dnl ac_header_preproc is an autoconf symbol (undocumented but stable) that
-dnl is set if the pre-processor phase passes. Thus by adding a custom
-dnl failure handler we can detect the difference between a header no existing
-dnl (or not even passing the pre-processor phase) and a header file resulting
-dnl in compilation failures.
+# ac_header_preproc is an autoconf symbol (undocumented but stable) that
+# is set if the pre-processor phase passes. Thus by adding a custom
+# failure handler we can detect the difference between a header not existing
+# (or not even passing the pre-processor phase) and a header file resulting
+# in compilation failures.
 AC_CHECK_HEADERS([botan/botan.h],,[
-if test "x$ac_header_preproc" = "xyes"; then
-  AC_MSG_ERROR([
+	if test "x$ac_header_preproc" = "xyes"; then
+		AC_MSG_ERROR([
 botan/botan.h was found but is unusable. The most common cause of this problem
 is attempting to use an updated C++ compiler with older C++ libraries, such as
 the version of Botan that comes with your distribution. If you have updated
 your C++ compiler we highly recommend that you use support libraries such as
 Boost and Botan that were compiled with the same compiler version.])
-else
-  AC_MSG_ERROR([Missing required header files.])
-fi])
+	else
+		AC_MSG_ERROR([Missing required header files.])
+	fi]
+)
 AC_LINK_IFELSE(
         [AC_LANG_PROGRAM([#include <botan/botan.h>
                           #include <botan/hash.h>



More information about the bind10-changes mailing list