summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 20:08:44 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:01:03 +0100
commit3a102a75700c26c54ccf7801ef91d0db47550ae8 (patch)
tree63122bb757db0750b5f67e85db3c4eff1c29786c
parent3fe9cd3829532734c2cdaf8edd717acba1e8fa8c (diff)
downloadsamba-3a102a75700c26c54ccf7801ef91d0db47550ae8.tar.gz
samba-3a102a75700c26c54ccf7801ef91d0db47550ae8.tar.xz
samba-3a102a75700c26c54ccf7801ef91d0db47550ae8.zip
s3-kerberos: fix the build on Mac OS X 10.6.2.
Guenther (cherry picked from commit 51328a7056918bc75a7c1c442f47cf0271075542) (cherry picked from commit 0a165844459eb0e04fa14a33f338c80669e3a92c)
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index ba68a3cadeb..650a38fd024 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3558,7 +3558,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)])