Skip to content

Commit

Permalink
configure: follow-up fix for krb5-config
Browse files Browse the repository at this point in the history
commit 5b66860 was incomplete so here's a follow-up fix

Reported-by: Dagobert Michelsen
Bug: 5b66860#commitcomment-10473445
  • Loading branch information
bagder committed Apr 26, 2015
1 parent aff153f commit aa8f613
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit aa8f613

Please sign in to comment.