diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-06 21:18:16 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-07-06 21:18:16 +0000 |
commit | 17c337da9d6fd86e1a9d59dfa167dfa3b4794406 (patch) | |
tree | ea2f23767535a8fac72f22732ad933fc8849f502 /configure.in | |
parent | c16c76ce3933a9d21461d330599fe2f792b9e8ac (diff) | |
download | gnutls-17c337da9d6fd86e1a9d59dfa167dfa3b4794406.tar.gz |
*** empty log message ***gnutls_0_5_0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/configure.in b/configure.in index c40cfb032f..298a06d67c 100644 --- a/configure.in +++ b/configure.in @@ -304,15 +304,8 @@ fi AC_ARG_WITH(included-libtasn1, [ --with-included-libtasn1 Use the included libtasn1], -libtasn1_enabled=yes, libtasn1_enabled=no) - -dnl In maintainer mode we always use the included library -if test x$opt_maintainer_mode = xyes; then - libtasn1_enabled=yes -else - libtasn1_enabled=no -fi - +libtasn1_enabled=yes, +libtasn1_enabled=no AC_CHECK_LIB( tasn1, asn1_array2tree,:, libtasn1_enabled=yes @@ -320,6 +313,14 @@ AC_CHECK_LIB( tasn1, asn1_array2tree,:, *** *** LibtASN1 was not found. Will use the included one.)) +) + +dnl In maintainer mode we always use the included library +if test x$opt_maintainer_mode = xyes; then + libtasn1_enabled=yes +fi + + AC_MSG_RESULT([*** *** Detecting options for shared libraries... |