lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdef
authorMichael Adam <obnox@samba.org>
Tue, 10 May 2011 18:54:06 +0000 (20:54 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 10 May 2011 18:54:06 +0000 (20:54 +0200)
lib/replace/system/kerberos.h

index ec3eff17c71578290ea0b329dc15d2c79cac27f3..7762d4be46910f7b9d285c9da8b7da6d0f738a29 100644 (file)
@@ -37,7 +37,7 @@
 #include <com_err.h>
 #endif
 
-#if HAVE_GSSAPI_GSSAPI_EXT_H
+#ifdef HAVE_GSSAPI_GSSAPI_EXT_H
 #include <gssapi/gssapi_ext.h>
 #elif HAVE_GSSAPI_GSSAPI_H
 #include <gssapi/gssapi.h>