Add std gssapi header to MIT check.
authorScott Cantor <cantor.2@osu.edu>
Thu, 28 Apr 2011 15:27:25 +0000 (15:27 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 28 Apr 2011 15:27:25 +0000 (15:27 +0000)
configure.ac

index eba8497..88713ea 100644 (file)
@@ -404,6 +404,7 @@ if test x"$want_gss" = xyes; then
 #ifdef SHIBRESOLVER_HAVE_GSSGNU
 # include <gss.h>
 #elif defined SHIBRESOLVER_HAVE_GSSMIT
+# include <gssapi/gssapi.h>
 # include <gssapi/gssapi_ext.h>
 #else
 # include <gssapi.h>