1046. [bug] The help message for the --with-openssl configure
option was inaccurate. [RT #1880]
+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.
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)
#
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