r19244: fix the build on systems with broken krb5
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Oct 2006 13:31:00 +0000 (13:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:25 +0000 (12:15 -0500)
commit51994b35f14d3103fc4543a1bd4cfb3429fd5b5c
treea32a469a5b8e1d2a0c61f43cf12b1d8196e0b1f7
parent06ea7f144ac092a659532e790e92fcd10ef3eeaa
r19244: fix the build on systems with broken krb5
we need to make sure

HAVE_GSSAPI

HAVE_KRB5_H
HAVE_GSSAPI_H
HAVE_GSSAPI_GSSAPI_GENERIC_H
HAVE_GSSAPI_GSSAPI_H

are not in config.h

this adds 2 new macros to libreplace
AC_REMOVE_DEFINE(), AC_REMOVE_INCLUDE()

metze
(This used to be commit eb1f0b49cf0e84385a62f9dfcb2167fea2e8fd8b)
source3/configure.in
source3/lib/replace/libreplace_macros.m4