From b31b434598e596b3c1e7500fec43199a57a2f159 Mon Sep 17 00:00:00 2001 From: Nokis Mavrogiannopoulos Date: Sun, 29 Jun 2008 19:35:40 +0000 Subject: added tag --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 62db2af..1e42464 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl -AC_INIT(mod_gnutls, 0.5.1) +AC_INIT(mod_gnutls, 0.5.2) OOO_CONFIG_NICE(config.nice) MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION AC_PREREQ(2.53) @@ -28,11 +28,11 @@ CHECK_APACHE(,$AP_VERSION, dnl LIBTOOL="`${APR_CONFIG} --apr-libtool`" dnl AC_SUBST(LIBTOOL) -MIN_TLS_VERSION=2.2.1 -AM_PATH_LIBGNUTLS_EXTRA($MIN_TLS_VERSION,, +MIN_TLS_VERSION=2.4.0 +AM_PATH_LIBGNUTLS($MIN_TLS_VERSION,, AC_MSG_ERROR([[ *** -*** libgnutls and libgnutls-extra were not found. You may want to get it from +*** libgnutls was not found. You may want to get it from *** http://www.gnutls.org/ *** ]])) -- cgit v0.9.2