From: Automatic Updater Date: Tue, 5 Apr 2011 19:20:21 +0000 (+0000) Subject: fixes for default --with-gssapi X-Git-Tag: v9.9.0a1~358 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b22a3ac2b9247bbea1ba042a2ffadeab5212b121;p=thirdparty%2Fbind9.git fixes for default --with-gssapi --- diff --git a/configure b/configure index ae91ae221e6..29b4ce89481 100755 --- a/configure +++ b/configure @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # -# $Id: configure,v 1.502 2011/03/30 15:49:28 tbox Exp $ +# $Id: configure,v 1.503 2011/04/05 19:20:21 tbox Exp $ # # Portions of this code release fall under one or more of the # following Copyright notices. Please see individual source @@ -21569,7 +21569,9 @@ then # first, deal with the obvious if test \( -f /usr/include/kerberosv5/krb5.h -o \ -f /usr/include/krb5/krb5.h -o \ - -f /usr/include/krb5.h \) -a -f /usr/include/gssapi.h + -f /usr/include/krb5.h \) -a \ + \( -f /usr/include/gssapi.h -o + -f /usr/include/gssapi/gssapi.h \) then use_gssapi=/usr else