From 13028b1bae06435756aeef6d22f43f4136a8df16 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 10 Aug 2011 22:23:53 +0200 Subject: [PATCH] configure: print usage string for --with-ssl. --- ChangeLog | 3 +++ configure.ac | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6fe47b6..48e9bf5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-08-10 Giuseppe Scrivano + * configure.ac: Print usage string for --with-ssl. + Reported by: Karl Berry + * configure.ac: Check for `gnutls_priority_set_direct' when gnutls is used. Reported by: Karl Berry diff --git a/configure.ac b/configure.ac index 9b139d0c..d47303a5 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,8 @@ dnl Process features. dnl AC_ARG_WITH(ssl, -[[ --without-ssl disable SSL autodetection]]) +[[ --without-ssl disable SSL autodetection + --with-ssl={gnutls,openssl} specify the SSL backend. GNU TLS is the default.]]) AC_ARG_ENABLE(opie, [ --disable-opie disable support for opie or s/key FTP login], -- 2.39.2