gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15762 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r15762 - gnunet
Date: Thu, 23 Jun 2011 15:28:27 +0200

Author: grothoff
Date: 2011-06-23 15:28:27 +0200 (Thu, 23 Jun 2011)
New Revision: 15762

Modified:
   gnunet/configure.ac
Log:
dce

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2011-06-23 10:57:02 UTC (rev 15761)
+++ gnunet/configure.ac 2011-06-23 13:28:27 UTC (rev 15762)
@@ -525,42 +525,6 @@
 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 @@
  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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]