diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-25 09:21:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:21 -0500 |
commit | a78a6fcb4946cb8d07345b23a040f1c022c6415d (patch) | |
tree | 8d371e4e2323df73c3e7106cddbf2d13e56aadde /source4/lib/tls | |
parent | 99487b0ab7e381fd34d703720f5c6b1ed5f17ca8 (diff) | |
download | samba-a78a6fcb4946cb8d07345b23a040f1c022c6415d.tar.gz samba-a78a6fcb4946cb8d07345b23a040f1c022c6415d.tar.bz2 samba-a78a6fcb4946cb8d07345b23a040f1c022c6415d.zip |
r15231: Try to fix detection of ability of CC to generate dependencies
(This used to be commit 11353d4b47964b762a72ec0e55221811a5a3d550)
Diffstat (limited to 'source4/lib/tls')
-rw-r--r-- | source4/lib/tls/config.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/tls/config.m4 b/source4/lib/tls/config.m4 index 6ad618632e..c16da9fd46 100644 --- a/source4/lib/tls/config.m4 +++ b/source4/lib/tls/config.m4 @@ -1,6 +1,9 @@ ############################### # start SMB_EXT_LIB_GNUTLS # check for gnutls/gnutls.h and -lgnutls +# +# Should eventually change to simply: +# SMB_EXT_LIB_FROM_PKGCONFIG(GNUTLS, gnutls) AC_CHECK_HEADERS(gnutls/gnutls.h) AC_CHECK_LIB_EXT(gnutls, GNUTLS_LIBS, gnutls_global_init) if test x"$ac_cv_header_gnutls_gnutls_h" = x"yes" -a x"$ac_cv_lib_ext_gnutls_gnutls_global_init" = x"yes";then |