From a316213f0fe669b3d956a6936fabd94904a36bb4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 19 Sep 2002 08:27:38 +0000 Subject: Fixed DISABLE_DEMOS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2331 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 5f5ca514b7..d5d20b3a12 100755 --- a/tools/configure +++ b/tools/configure @@ -211,10 +211,10 @@ if [ "-" = "$extra_defines" ]; then if [ "-DARCHOS_RECORDER" = "$target" ] ; then - echo "Do you want to use Screensavers? (Y)" + echo "Do you want to use Demos? (Y)" getit=`input`; if [ "n" = "$getit" -o "N" = "$getit" ] ; then - extra_defines="$extra_defines -DDISABLE_SCREENSAVERS" + extra_defines="$extra_defines -DDISABLE_DEMOS" else extra_defines="$extra_defines" fi -- cgit v1.2.3