From: Günther Deschner Date: Fri, 27 Nov 2009 19:08:44 +0000 (+0100) Subject: s3-kerberos: fix the build on Mac OS X 10.6.2. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a165844459eb0e04fa14a33f338c80669e3a92c;p=thirdparty%2Fsamba.git s3-kerberos: fix the build on Mac OS X 10.6.2. Guenther (cherry picked from commit 51328a7056918bc75a7c1c442f47cf0271075542) --- 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 ], - [void main(void) {}], + [], samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER=yes, samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER=no)])