mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 14:00:47 -05:00
don't fallback if krb5-config fails
This commit is contained in:
parent
fed171c99a
commit
12e2e4adec
1 changed files with 2 additions and 3 deletions
|
|
@ -949,15 +949,14 @@ case "$use_gssapi" in
|
|||
gssapi_linked=yes, gssapi_linked=no)
|
||||
case $gssapi_linked in
|
||||
yes) AC_MSG_RESULT([krb5-config: linked]);;
|
||||
no) AC_MSG_RESULT([krb5-config: could not determine proper GSSAPI linkage])
|
||||
use_gssapi="yes"
|
||||
no) AC_MSG_ERROR([krb5-config: could not determine proper GSSAPI linkage])
|
||||
;;
|
||||
esac
|
||||
LIBS=$saved_libs
|
||||
fi
|
||||
fi
|
||||
else
|
||||
use_gssapi="yes"
|
||||
AC_MSG_ERROR([krb5-config not found])
|
||||
fi
|
||||
if test "yes" = "$use_gssapi"; then
|
||||
AC_MSG_CHECKING([for GSSAPI library, non krb5-config method])
|
||||
|
|
|
|||
Loading…
Reference in a new issue