From 7a8f398b6f0a8537c01d502c49f966e13ffda9b4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 11 Aug 2002 20:22:53 +0000 Subject: Clear extra_defines for players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1675 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 666343d0a3..6db43ea30c 100755 --- a/tools/configure +++ b/tools/configure @@ -196,6 +196,8 @@ if [ "-" = "$extra_defines" ]; then extra_defines="" fi fi + else + extra_defines="" fi fi -- cgit v1.2.3