summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 20:08:44 +0100
committerGünther Deschner <gd@samba.org>2009-11-27 20:10:32 +0100
commit51328a7056918bc75a7c1c442f47cf0271075542 (patch)
treeb9a4007e1287d34528a12bc18f116f33c9e22f1c /source3/configure.in
parent2175c0ed0649d545ea833d50e8d33fbee9051c35 (diff)
downloadsamba-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/configure.in')
-rw-r--r--source3/configure.in2
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)])