summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-23 05:54:08 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-23 05:54:08 +0000
commit64b09d9513c8b6d208b09aaa68eae1e4afa131d1 (patch)
treea1d174f6caee564622f76d769f3fb27e08e1c0fb /configure.in
parentaa92c57e1d74b4c4cd65a5cb16513e3516dd11f6 (diff)
downloadgnutls-64b09d9513c8b6d208b09aaa68eae1e4afa131d1.tar.gz
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 4 insertions, 6 deletions
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