]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Thu, 11 Oct 2001 17:45:35 +0000 (17:45 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 11 Oct 2001 17:45:35 +0000 (17:45 +0000)
1046.   [bug]           The help message for the --with-openssl configure
                        option was inaccurate. [RT #1880]

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index e280ce0308b25a4319bf2207e81cd8b9523e2f08..7a63bd0d5c7720cbedd84d457eb3bb9fc6dde1d5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1046.  [bug]           The help message for the --with-openssl configure
+                       option was inaccurate. [RT #1880]
+
 1045.  [bug]           It was possible to skip saving glue for a nameserver
                        for a stub zone.
 
index 41d37baa2b8f73a2dcba94944e392696cc4ec4ad..272865ff8c84cba3f96798d0d7a2c10097c56ecd 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.294.2.1 $)
+AC_REVISION($Revision: 1.294.2.2 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -280,8 +280,8 @@ AC_C_BIGENDIAN
 #
 AC_MSG_CHECKING(for OpenSSL library)
 AC_ARG_WITH(openssl,
-[  --with-openssl=PATH  Specify path for system-supplied openssl
-                        (required for DNSSEC)],
+[  --with-openssl[=PATH]   Build with OpenSSL [yes|no|path].
+                          (Required for DNSSEC)],
     use_openssl="$withval", use_openssl="no")
 
 case "$use_openssl" in