Add std gssapi header to MIT check.
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 28 Apr 2011 15:27:16 +0000 (15:27 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 28 Apr 2011 15:27:16 +0000 (15:27 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3425 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index 963932c..9665006 100644 (file)
@@ -1087,6 +1087,7 @@ if test x"$want_gss" = xyes; then
 #ifdef SHIBSP_HAVE_GSSGNU
 # include <gss.h>
 #elif defined SHIBSP_HAVE_GSSMIT
+# include <gssapi/gssapi.h>
 # include <gssapi/gssapi_ext.h>
 #else
 # include <gssapi.h>
@@ -1101,6 +1102,7 @@ if test x"$want_gss" = xyes; then
 #ifdef SHIBSP_HAVE_GSSGNU
 # include <gss.h>
 #elif defined SHIBSP_HAVE_GSSMIT
+# include <gssapi/gssapi.h>
 # include <gssapi/gssapi_ext.h>
 #else
 # include <gssapi.h>