]> granicus.if.org Git - curl/commitdiff
configure: follow-up fix for krb5-config
authorDaniel Stenberg <daniel@haxx.se>
Sun, 26 Apr 2015 15:04:18 +0000 (17:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 Apr 2015 15:04:18 +0000 (17:04 +0200)
commit 5b66860652 was incomplete so here's a follow-up fix

Reported-by: Dagobert Michelsen
Bug: https://github.com/bagder/curl/commit/5b668606527613179d0349f21b4ab0df2971e3d2#commitcomment-10473445

configure.ac

index e676ff392e3d3fb7c5d6b18983e5ed8a061b4365..bfce862d32043b60fd2ec06aae1c0754cf8b35fe 100644 (file)
@@ -1194,8 +1194,6 @@ if test x"$want_gss" = xyes; then
   if test -z "$GSSAPI_INCS"; then
      if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
         GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
-     elif test -f "$GSSAPI_ROOT/bin/krb5-config"; then
-        GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
      elif test -f "$KRB5CONFIG"; then
         GSSAPI_INCS=`$KRB5CONFIG --cflags gssapi`
      elif test "$GSSAPI_ROOT" != "yes"; then