s3-kerberos: fix the build on Mac OS X 10.6.2.
authorGünther Deschner <gd@samba.org>
Fri, 27 Nov 2009 19:08:44 +0000 (20:08 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jan 2010 13:01:03 +0000 (14:01 +0100)
Guenther
(cherry picked from commit 51328a7056918bc75a7c1c442f47cf0271075542)
(cherry picked from commit 0a165844459eb0e04fa14a33f338c80669e3a92c)

source/configure.in

index ba68a3cadebc0b23f8a7539d908dcf4f41c16429..650a38fd02475028402c82ec0fc5486dd813c8bf 100644 (file)
@@ -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)])