2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

use discovered gssapi include path when linking

This commit is contained in:
Mark Andrews 2014-04-04 15:07:44 +11:00
parent 2c0074a73d
commit 55fff76a16
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -13855,8 +13855,6 @@ done
as_fn_error $? "krb5.h not found" "$LINENO" 5 as_fn_error $? "krb5.h not found" "$LINENO" 5
fi fi
CPPFLAGS="$saved_cppflags"
# #
# XXXDCL This probably doesn't work right on all systems. # XXXDCL This probably doesn't work right on all systems.
# It will need to be worked on as problems become evident. # It will need to be worked on as problems become evident.
@ -13933,6 +13931,8 @@ $as_echo "no" >&6; } ;;
esac esac
done done
CPPFLAGS="$saved_cppflags"
case $gssapi_linked in case $gssapi_linked in
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac esac

View File

@ -782,8 +782,6 @@ case "$use_gssapi" in
AC_MSG_ERROR([krb5.h not found]) AC_MSG_ERROR([krb5.h not found])
fi fi
CPPFLAGS="$saved_cppflags"
# #
# XXXDCL This probably doesn't work right on all systems. # XXXDCL This probably doesn't work right on all systems.
# It will need to be worked on as problems become evident. # It will need to be worked on as problems become evident.
@ -841,6 +839,8 @@ $krb5_hack
esac esac
done done
CPPFLAGS="$saved_cppflags"
case $gssapi_linked in case $gssapi_linked in
no) AC_MSG_ERROR(could not determine proper GSSAPI linkage) ;; no) AC_MSG_ERROR(could not determine proper GSSAPI linkage) ;;
esac esac