From 7dcdf05d9405e7d3f72c5141917612685635fe1d Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Sat, 31 Aug 2002 22:49:41 +0000 Subject: cleaned up USE_SCREENSAVERS questions/usage git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2099 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/configure b/tools/configure index b8b2f31..3d654f9 100755 --- a/tools/configure +++ b/tools/configure @@ -188,10 +188,10 @@ if [ "-" = "$extra_defines" ]; then echo "Do you want to make use of Screensavers? (Y)" getit=`input`; - if [ "n" != "$getit" ] ; then - if [ "N" != "$getit" ] ; then + if [ "n" = "$getit" -o "N" = "$getit" ] ; then + extra_defines="" + else extra_defines="-DUSE_SCREENSAVERS" - fi fi echo "Loadable fonts support? (N)" -- cgit v1.1