/[anubis]/anubis/configure.ac
ViewVC logotype

Diff of /anubis/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by polak, Thu Aug 28 09:08:09 2003 UTC revision 1.30 by polak, Mon Oct 27 20:50:23 2003 UTC
# Line 23  dnl compiling, linking, and/or using Ope Line 23  dnl compiling, linking, and/or using Ope
23  dnl  dnl
24    
25  dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
26  AC_INIT([GNU Anubis], [3.9.93], [bug-anubis@gnu.org], [anubis])  AC_INIT([GNU Anubis], [3.9.94], [bug-anubis@gnu.org], [anubis])
27  AC_PREREQ([2.57])  AC_PREREQ([2.57])
28  AC_CONFIG_AUX_DIR([build])  AC_CONFIG_AUX_DIR([build])
29  AC_CONFIG_SRCDIR([src/main.c])  AC_CONFIG_SRCDIR([src/main.c])
# Line 227  fi Line 227  fi
227  if test $with_gnutls = yes; then  if test $with_gnutls = yes; then
228    AC_CHECK_HEADERS(gnutls/gnutls.h)    AC_CHECK_HEADERS(gnutls/gnutls.h)
229    if test $ac_cv_header_gnutls_gnutls_h != no; then    if test $ac_cv_header_gnutls_gnutls_h != no; then
230      AM_PATH_LIBGNUTLS("0.9.6",      AM_PATH_LIBGNUTLS("0.9.93",
231                        [M4_DEFS="$M4_DEFS -DWITH_SSL"                        [M4_DEFS="$M4_DEFS -DWITH_SSL"
232                        AC_LIBOBJ(tls)                        AC_LIBOBJ(tls)
233                        AC_DEFINE(USE_GNUTLS, 1,                        AC_DEFINE(USE_GNUTLS, 1,

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26