diff options
author | Günther Deschner <gd@samba.org> | 2009-11-27 20:08:44 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-27 20:10:32 +0100 |
commit | 51328a7056918bc75a7c1c442f47cf0271075542 (patch) | |
tree | b9a4007e1287d34528a12bc18f116f33c9e22f1c /source3 | |
parent | 2175c0ed0649d545ea833d50e8d33fbee9051c35 (diff) | |
download | samba-51328a7056918bc75a7c1c442f47cf0271075542.tar.gz samba-51328a7056918bc75a7c1c442f47cf0271075542.tar.bz2 samba-51328a7056918bc75a7c1c442f47cf0271075542.zip |
s3-kerberos: fix the build on Mac OS X 10.6.2.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 95e91c2eee..80952b5e85 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3370,7 +3370,7 @@ if test x"$with_ads_support" != x"no"; then AC_TRY_COMPILE( [#define KRB5_DEPRECATED 1 #include <krb5.h>], - [void main(void) {}], + [], samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER=yes, samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER=no)]) |