From b736f26fdcf7d09ffec598182c2c8a1f47c7c6c9 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 13 Aug 2009 21:09:09 +0000 Subject: Fix ccache auto-detection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22302 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index f017843219..b7fa988d11 100755 --- a/tools/configure +++ b/tools/configure @@ -2668,7 +2668,7 @@ fi if [ "$ARG_CCACHE" = "1" ]; then echo "Enable ccache for building" ccache="ccache" -elif [ "$ARG_CCACHE" = "0" ]; then +elif [ "$ARG_CCACHE" != "0" ]; then ccache=`findtool ccache` if test -n "$ccache"; then echo "Found and uses ccache ($ccache)" -- cgit v1.2.3