From: Nikos Mavrogiannopoulos Date: Fri, 23 Apr 2004 05:54:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_1_1_11~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64b09d9513c8b6d208b09aaa68eae1e4afa131d1;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/configure.in b/configure.in index 42920f7dea..27d948263c 100644 --- a/configure.in +++ b/configure.in @@ -354,6 +354,8 @@ SAVED_LIBS=$LIBS AC_MSG_CHECKING([whether to use the included minitasn1]) AC_MSG_RESULT($minitasn1_enabled) +dnl Check for libcfg+ + AC_ARG_WITH(included-libcfg, [ --with-included-libcfg Use the included libcfg+], libcfg_enabled=$withval, @@ -370,12 +372,8 @@ AC_MSG_WARN([[ AM_CONDITIONAL(HAVE_LIBCFG, test "$libcfg_enabled" = "no") LIBS=$SAVED_LIBS -if test x$opt_developer_mode = xyes; then - minitasn1_enabled=yes -fi - -AC_MSG_CHECKING([whether to use the included minitasn1]) -AC_MSG_RESULT($minitasn1_enabled) +AC_MSG_CHECKING([whether to use the included libcfg]) +AC_MSG_RESULT($libcfg_enabled) dnl CHECK FOR ZLIB SUPPORT