From 1897a1c48683a08d6f7f9e2924192710e614cb90 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 29 Jun 2008 19:31:37 +0000 Subject: depend on main libgnutls library (and gnutls 2.4.x) --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 62db2af..6c01968 100644 --- a/configure.ac +++ b/configure.ac @@ -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