X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=19bdb5ee847a53f865b0389fdc0370da3ebb4ae3;hb=e4ab5c979af8839adc4527bd31e52fa87a0fa3ad;hp=d5a4f09a645dafc09a369162cfbe50c8ea4ddbdc;hpb=0eb708afde86ce4e342bb19b7caac55e314c04c1;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index d5a4f09a6..19bdb5ee8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,8 @@ # # AC_PREREQ(2.61) -AC_INIT([gnunet], [0.9.0pre0],[bug-gnunet@gnu.org]) -AM_INIT_AUTOMAKE([gnunet], [0.9.0pre0]) +AC_INIT([gnunet], [0.9.0pre1],[bug-gnunet@gnu.org]) +AM_INIT_AUTOMAKE([gnunet], [0.9.0pre1]) AC_CONFIG_HEADERS([gnunet_config.h]) AH_TOP([#define _GNU_SOURCE 1]) @@ -189,7 +189,7 @@ fi # libcurl -LIBCURL_CHECK_CONFIG(,7.15.4,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.15.4])) +LIBCURL_CHECK_CONFIG(,7.18.0,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.18.0])) # restore LIBS LIBS=$SAVE_LIBS @@ -740,7 +740,7 @@ then AC_MSG_NOTICE([NOTICE: libesmtp not found, monkey will not be installed.]) fi -if test "x$ssl" != "x1" +if test "x$openssl" != "x1" then AC_MSG_NOTICE([NOTICE: OpenSSL not found, monkey will not be installed.]) fi