pkg://kdeartwork-3.0.1.tar.bz2:10917073/
kdeartwork-3.0.1/configure.in.bot
downloads
dnl put here things which have to be done as very last part of configure
all_tests=fine
if test -z "$GL_XSAVERS"; then
echo ""
echo "OpenGL support could not be detected or was disabled."
echo "Some of the screensavers have been removed from compilation."
echo""
all_tests=bad
fi
if test "$all_tests" = "fine"; then
echo ""
echo "Good - your configure finished. Start make now"
echo ""
fi
if test "$all_tests" = "bad"; then
echo ""
echo "Please remove the file config.cache after changing your setup"
echo "so that configure will detect the new situation next time."
echo ""
fi