blob: d35afee00c768fc49aeee08d077690703de1b589 (
plain)
1
2
3
4
5
6
7
8
9
|
if test "x$with_xscreensaver" = xcheck && test "$XSCREENSAVER" = "NO"; then
echo ""
echo "xscreensaver could not be detected on your system."
echo "Check www.jwz.org/xscreensaver if you're loving to"
echo "have tons of screensavers in KDE"
echo ""
all_tests=bad
fi
|