]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 23 Apr 2004 05:54:08 +0000 (05:54 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 23 Apr 2004 05:54:08 +0000 (05:54 +0000)
configure.in

index 42920f7deacccbdf56ded1f57970aa64f3e64bfa..27d948263c7f3da3db07298fd8aa8dde5a1ec3a0 100644 (file)
@@ -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