[mod_authn_gssapi] needs -lcom_err under Darwin

personal/stbuehler/cleanup-build
Glenn Strauss 2017-10-21 19:16:33 -04:00
parent 5780d6cc58
commit 6be68f569f
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ if test "x$use_krb5" = "xyes"; then
AC_MSG_ERROR([gssapi_krb5 headers and/or libs where not found, install them or build with --without-krb5])
fi
case $host_os in
*cygwin* ) KRB5_LIB="$KRB5_LIB -lcom_err";;
*darwin*|*cygwin* ) KRB5_LIB="$KRB5_LIB -lcom_err";;
* ) ;;
esac
fi