From: Thadeu Lima de Souza Cascardo Date: Thu, 2 May 2013 21:19:42 +0000 (-0300) Subject: Remove gdbm do autoconf. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetproxy.git;a=commitdiff_plain;h=681fd0621322189c11e3120280666fa0617db02f Remove gdbm do autoconf. Nossos demos nao utilizam nenhuma base de dados. --- diff --git a/configure.ac b/configure.ac index 8b97ffe..334efbe 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PROG_CC AC_PROG_INSTALL AM_PATH_GLIB_2_0(,,AC_MSG_ERROR(GLib not found)) PKG_CHECK_MODULES(GNUTLS, gnutls >= 1.4.0, , AC_MSG_ERROR(Could not find gnutls)) -LIBS="-lgdbm $GLIB_LIBS $GNUTLS_LIBS $LIBS" +LIBS="$GLIB_LIBS $GNUTLS_LIBS $LIBS" CFLAGS="$GLIB_CFLAGS $GNUTLS_CFLAGS $CFLAGS" if test "${sysconfdir}x" = '${prefix}/etcx'; then if test "${prefix}x" = 'NONEx'; then