]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2715. [bug] Require OpenSSL support to be explicitly disabled.
authorMark Andrews <marka@isc.org>
Fri, 16 Oct 2009 04:16:17 +0000 (04:16 +0000)
committerMark Andrews <marka@isc.org>
Fri, 16 Oct 2009 04:16:17 +0000 (04:16 +0000)
                        [RT #20288]

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index bf1fc69412f882ef31c6e4b3f60f593f14e585ee..67760398470a9452f1cc72a883f2e8e9fbce816e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-2713.  [port]          aix/powerpc: 'asm("ics");' needs non standard assembler
+2715.  [bug]           Require OpenSSL support to be explicitly disabled.
+                       [RT #20288]
+
+2714.  [port]          aix/powerpc: 'asm("ics");' needs non standard assembler
                        flags.
 
        --- 9.7.0b1 released ---
index 6d116c4eaed9c0b6e6038dd7a92cc579280f692f..b36570d86cd8a6b0618652a1244b33d5083c5549 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.484 $)
+AC_REVISION($Revision: 1.485 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -525,7 +525,9 @@ case "$use_openssl" in
        auto)
                DST_OPENSSL_INC=""
                USE_OPENSSL=""
-               AC_MSG_RESULT(not found)
+               AC_MSG_ERROR(
+[OpenSSL was not found in any of $openssldirs; use --with-openssl=/path
+If you don't want OpenSSL, use --without-openssl])
                ;;
        *)
                if test "$use_openssl" = "yes"
@@ -3246,6 +3248,12 @@ AC_CONFIG_FILES([
 
 AC_OUTPUT
 
+if test "X$USE_OPENSSL" = "X"; then
+cat << \EOF                                                             
+BIND is being built without OpenSSL. This means it will not have DNSSEC support.
+EOF
+fi
+
 if test "X$OPENSSL_WARNING" != "X"; then
 cat << \EOF
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING