From: Scott Cantor Date: Thu, 28 Apr 2011 15:27:16 +0000 (+0000) Subject: Add std gssapi header to MIT check. X-Git-Tag: 2.5.0~294 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=47d4c79ceffb57686cd420f46017b955340bf6f9 Add std gssapi header to MIT check. --- diff --git a/configure.ac b/configure.ac index 963932c..9665006 100644 --- a/configure.ac +++ b/configure.ac @@ -1087,6 +1087,7 @@ if test x"$want_gss" = xyes; then #ifdef SHIBSP_HAVE_GSSGNU # include #elif defined SHIBSP_HAVE_GSSMIT +# include # include #else # include @@ -1101,6 +1102,7 @@ if test x"$want_gss" = xyes; then #ifdef SHIBSP_HAVE_GSSGNU # include #elif defined SHIBSP_HAVE_GSSMIT +# include # include #else # include