summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-09 19:22:17 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-09 19:22:17 +0200
commitaf1b55021476d5776f3046f8d4d5851d8f7ed439 (patch)
tree640e413960b31309b75c70e60c078ee823c868fa /configure.in
parentde25c6194e6cefc492ed4cfa236cb3def19d6325 (diff)
downloadgnutls-af1b55021476d5776f3046f8d4d5851d8f7ed439.tar.gz
Reorder.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a827280338..53666deff6 100644
--- a/configure.in
+++ b/configure.in
@@ -35,7 +35,6 @@ AM_CONFIG_HEADER(config.h)
AC_SUBST(LT_CURRENT, 30)
AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 4)
-ac_full=1
# Used when creating the Windows libgnutls-XX.def files.
SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`
@@ -362,6 +361,10 @@ dnl Can't disable - gnutls depends on gcrypt
]]))
libgcrypt=yes
+# If this ever changes to 0, the user disabled some officially enabled
+# stuff so we will print a warning.
+ac_full=1
+
# Hard-wire the gl/m4/gc.m4 test.
AC_ARG_WITH(builtin-crypto,
AS_HELP_STRING([--with-builtin-crypto],