From 47d4c79ceffb57686cd420f46017b955340bf6f9 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 28 Apr 2011 15:27:16 +0000 Subject: [PATCH] Add std gssapi header to MIT check. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.1.4