GNU GCC Java doesn't support Kerberos

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21827 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-08-07 07:38:59 +00:00
parent 93c02fabb1
commit f40ea4b677

View File

@@ -48,6 +48,11 @@ done
test "$j$k" = fc || exit 1
# GNU GCC Java doesn't support Kerberos
if java -version 2>&1 | grep 'gij' > /dev/null ; then
exit 1
fi
echo "ok"
exit 0