From 09b01cdcbd7d3400bf88950684b17f9228595700 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Dec 2001 12:06:08 +0000 Subject: check for gssapi_generic.h (This used to be commit 838fbac7a086ff82498c3f0ba95b714123a7428c) --- source3/include/includes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 6a44bf7aa8..ec4628e51f 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -391,6 +391,11 @@ #if HAVE_GSSAPI_GSSAPI_H #include +#else +#undef HAVE_KRB5 +#endif + +#if HAVE_GSSAPI_GSSAPI_GENERIC_H #include #else #undef HAVE_KRB5 -- cgit