From 0791da4fdd75bca6cb4fae670fac4fc5527ab079 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 10 May 2011 20:54:06 +0200 Subject: lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdef --- lib/replace/system/kerberos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/replace/system/kerberos.h b/lib/replace/system/kerberos.h index ec3eff17c7..7762d4be46 100644 --- a/lib/replace/system/kerberos.h +++ b/lib/replace/system/kerberos.h @@ -37,7 +37,7 @@ #include #endif -#if HAVE_GSSAPI_GSSAPI_EXT_H +#ifdef HAVE_GSSAPI_GSSAPI_EXT_H #include #elif HAVE_GSSAPI_GSSAPI_H #include -- cgit