From f4d2eeaa31e2bcf232f2691ebf2246b465fe01fc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 23 Jun 2011 13:28:27 +0000 Subject: dce --- configure.ac | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe9143dfb..a68b28820 100644 --- a/configure.ac +++ b/configure.ac @@ -525,42 +525,6 @@ AM_CONDITIONAL(HAVE_MHD, test x$lmhd = x1) AC_DEFINE_UNQUOTED([HAVE_MHD], $lmhd, [We have libmicrohttpd]) -# openssl -openssl=0 -AC_MSG_CHECKING([for openssl]) -AC_ARG_WITH(openssl, - [ --with-openssl=PFX base of openssl installation], - [AC_MSG_RESULT([$with_openssl]) - case $with_openssl in - no) - ;; - yes) - AC_CHECK_HEADERS([openssl/ssl.h], - AC_CHECK_LIB([ssl], [SSL_new], - openssl=1)) - ;; - *) - LDFLAGS="-L$with_openssl/lib $LDFLAGS" - CPPFLAGS="-I$with_openssl/include $CPPFLAGS" - AC_CHECK_HEADERS([openssl/ssl.h], - AC_CHECK_LIB([ssl], [SSL_new], - EXT_LIB_PATH="-L$with_openssl/lib $EXT_LIB_PATH" - openssl=1)) - ;; - esac - ], - [AC_MSG_RESULT([--with-openssl not specified]) - AC_CHECK_HEADERS([openssl/ssl.h], - AC_CHECK_LIB([ssl], [SSL_new], - openssl=1))]) -AM_CONDITIONAL(HAVE_OPENSSL, test x$openssl = x1) -AC_DEFINE_UNQUOTED([HAVE_OPENSSL], $openssl, [We have openssl]) - - - - - - # restore LIBS LIBS=$SAVE_LIBS @@ -842,16 +806,6 @@ then AC_MSG_NOTICE([NOTICE: libmicrohttpd not found, http transport will not be installed.]) fi -if test "x$esmtp" != "x1" -then - AC_MSG_NOTICE([NOTICE: libesmtp not found, monkey will not be installed.]) -fi - -if test "x$openssl" != "x1" -then - AC_MSG_NOTICE([NOTICE: OpenSSL not found, monkey will not be installed.]) -fi - AC_MSG_NOTICE([NOTICE: Database support is set to MySQL: $mysql, SQLite: $sqlite, Postgres: $postgres]) if test "$enable_framework_build" = "yes" -- cgit v1.2.3