diff options
author | Günther Deschner <gd@samba.org> | 2009-11-27 20:08:44 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-01-13 14:01:03 +0100 |
commit | 3a102a75700c26c54ccf7801ef91d0db47550ae8 (patch) | |
tree | 63122bb757db0750b5f67e85db3c4eff1c29786c | |
parent | 3fe9cd3829532734c2cdaf8edd717acba1e8fa8c (diff) | |
download | samba-3a102a75700c26c54ccf7801ef91d0db47550ae8.tar.gz |
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.in | 2 |
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)]) |