summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-09 08:41:54 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-09 08:41:54 +0000
commit533233761b66701ca8f6f59b7493a375d0a5ad54 (patch)
tree41794c097407be20cb4f91d31e67b5aaebe5caff /configure.in
parentc472c61f649a0c291a72bd18d742d4e48c69be95 (diff)
downloadgnutls-533233761b66701ca8f6f59b7493a375d0a5ad54.tar.gz
Removed dependency on libgdbm library.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index fcd642d791..ba6a591488 100644
--- a/configure.in
+++ b/configure.in
@@ -246,7 +246,7 @@ LIBS="${LIBS} -lmhash")])
AC_MSG_CHECKING([whether to check for external libraries])
dnl if used --without-ext-libraries then we will not check
-dnl for any library (libz, libgdbm)
+dnl for any library (libz)
AC_ARG_WITH( ext-libraries, [ --without-ext-libraries disable external libraries support],
ac_ext_libraries=$withval
@@ -254,11 +254,6 @@ AC_ARG_WITH( ext-libraries, [ --without-ext-libraries disable external librarie
if test x$ac_ext_libraries != xno; then
AC_MSG_RESULT(yes)
- AC_CHECK_LIB(gdbm, gdbm_open,
-AC_DEFINE(HAVE_LIBGDBM)
-SERV_LIBS="-lgdbm", AC_MSG_WARN(
-***
-*** GDBM was not found. This is only needed for the gnutls-serv application.))
AC_CHECK_LIB(z, compress,,AC_MSG_WARN(
***
*** ZLIB was not found. You will not be able to use ZLIB compression.))