diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-08-21 10:30:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:21 -0500 |
commit | a8aea84267460ec6ee2561aaf3053eada731c85c (patch) | |
tree | 1da3a69b7b7cb710e0e2cf24b1bead89c13a14d6 /source4/lib/tls | |
parent | cbbaa36fbfbe8403eacaded4e5122c9f62b6b5e5 (diff) | |
download | samba-a8aea84267460ec6ee2561aaf3053eada731c85c.tar.gz samba-a8aea84267460ec6ee2561aaf3053eada731c85c.tar.xz samba-a8aea84267460ec6ee2561aaf3053eada731c85c.zip |
r17660: fixed configure test
(This used to be commit 28238ad8f15b8bd3c49fb0b235becca25615cfe6)
Diffstat (limited to 'source4/lib/tls')
-rw-r--r-- | source4/lib/tls/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/config.m4 b/source4/lib/tls/config.m4 index b1e4d2cb29b..33fc2811cae 100644 --- a/source4/lib/tls/config.m4 +++ b/source4/lib/tls/config.m4 @@ -11,7 +11,7 @@ if test x$SMB_ENABLE_GNUTLS = xNO; then #include <gnutls/gnutls.h> #include <gnutls/x509.h> ]) - if test x"$ac_cv_header_gnutls_gnutls_h" = x"yes" -a x"$ac_cv_lib_ext_gnutls_gnutls_global_init" = x"yes" -a x"$ac_cv_have_gnutls_x509_crt_set_version_decl" = x"yes";then + if test x"$ac_cv_header_gnutls_gnutls_h" = x"yes" -a x"$ac_cv_lib_ext_gnutls_gnutls_global_init" = x"yes" -a x"$ac_cv_have_decl_gnutls_x509_crt_set_version" = x"yes";then SMB_ENABLE(GNUTLS,YES) AC_CHECK_DECL(gnutls_x509_crt_set_subject_key_id, [AC_DEFINE(HAVE_GNUTLS_X509_CRT_SET_SUBJECT_KEY_ID,1,gnutls subject_key)], [], [ |