Nicer structure in summary printing of the configure script.
[mmh] / configure.in
index 29c0bc9..d15e966 100644 (file)
@@ -78,15 +78,6 @@ fi],
 AC_DEFINE(LOCALE)
 )
 
-dnl Do you want client-side support for encryption with TLS?
-AC_ARG_WITH(tls, AS_HELP_STRING([--with-tls], [Enable TLS support]))
-if test x"$with_tls" != x -a x"$with_tls" != x"no"; then
-  AC_DEFINE(TLS_SUPPORT, 1, [Support TLS for session encryption.])dnl
-  tls_support=yes
-else
-  tls_support=no
-fi
-
 dnl What should be the default editor?
 AC_ARG_WITH(editor,
   AS_HELP_STRING([--with-editor=EDITOR],[specify the default editor]))
@@ -596,17 +587,6 @@ else
 fi
 
 
-dnl -----------------
-dnl CHECK FOR OPENSSL
-dnl -----------------
-
-AS_IF([test x"$tls_support" = x"yes"],[
-  AC_CHECK_HEADER([openssl/ssl.h], , [AC_MSG_ERROR([openssl/ssl.h not found])])
-  AC_CHECK_LIB([crypto], [BIO_write], ,
-    [AC_MSG_ERROR([OpenSSL crypto library not found])])
-  AC_CHECK_LIB([ssl], [SSL_library_init], ,
-    [AC_MSG_ERROR([OpenSSL library not found])])])
-
 dnl ---------------------
 dnl CHECK TERMCAP LIBRARY
 dnl ---------------------
@@ -908,21 +888,24 @@ eval "nmhman=${mandir}";         eval "nmhman=${nmhman}"
 echo "
 nmh configuration
 -----------------
-nmh version                : AC_PACKAGE_VERSION
-target os                  : ${target}
-compiler                   : ${CC}
-compiler flags             : ${CFLAGS}
-linker flags               : ${LDFLAGS}
-definitions                : ${OURDEFS}
-source code location       : ${srcdir}
-binary install path        : ${nmhbin}
-library install path       : ${nmhlib}
-config files install path  : ${nmhsysconf}
-man page install path      : ${nmhman}
-backup prefix              : ${backup_prefix}
-file locking type          : ${LOCKTYPE}
-default editor             : ${editorpath}
-default pager              : ${pagerpath}
-email address masquerading : ${masquerade}
-TLS support                : ${tls_support}"
-echo ""
+nmh version            : AC_PACKAGE_VERSION
+target os              : ${target}
+compiler               : ${CC}
+compiler flags         : ${CFLAGS}
+linker flags           : ${LDFLAGS}
+definitions            : ${OURDEFS}
+source code location   : ${srcdir}
+
+binary install path    : ${nmhbin}
+library install path   : ${nmhlib}
+config install path    : ${nmhsysconf}
+man page install path  : ${nmhman}
+
+default editor         : ${editorpath}
+default pager          : ${pagerpath}
+sendmail               : ${sendmailpath}
+
+backup prefix          : ${backup_prefix}
+file locking type      : ${LOCKTYPE}
+email address masq.    : ${masquerade}
+"