diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-09 19:22:17 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-09 19:22:17 +0200 |
commit | af1b55021476d5776f3046f8d4d5851d8f7ed439 (patch) | |
tree | 640e413960b31309b75c70e60c078ee823c868fa | |
parent | de25c6194e6cefc492ed4cfa236cb3def19d6325 (diff) | |
download | gnutls-af1b55021476d5776f3046f8d4d5851d8f7ed439.tar.gz |
Reorder.
-rw-r--r-- | configure.in | 5 |
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], |