You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
349 B
11 lines
349 B
dnl put here things which have to be done as very last part of configure
|
|
|
|
if test "x$with_gssapi" = xNOTFOUND; then
|
|
echo ""
|
|
echo "You're missing GSSAPI/Kerberos."
|
|
echo "KDE can use GSSAPI/Kerberos to authenticate on certain secure websites."
|
|
echo "GSSAPI/Kerberos authentication is typically used on intranets."
|
|
echo ""
|
|
all_tests=bad
|
|
fi
|