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.
10 lines
278 B
10 lines
278 B
15 years ago
|
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
|
||
|
|