summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-08-13 21:09:09 +0000
committerJens Arnold <amiconn@rockbox.org>2009-08-13 21:09:09 +0000
commitb736f26fdcf7d09ffec598182c2c8a1f47c7c6c9 (patch)
tree7997e81051eadce0ba8c21bad40e360f706421a1 /tools
parentb8693f9908782d6f6d172edddfad9cb6194ebb3b (diff)
downloadrockbox-b736f26fdcf7d09ffec598182c2c8a1f47c7c6c9.tar.gz
rockbox-b736f26fdcf7d09ffec598182c2c8a1f47c7c6c9.zip
Fix ccache auto-detection.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22302 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index f017843219..b7fa988d11 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2668,7 +2668,7 @@ fi
2668if [ "$ARG_CCACHE" = "1" ]; then 2668if [ "$ARG_CCACHE" = "1" ]; then
2669 echo "Enable ccache for building" 2669 echo "Enable ccache for building"
2670 ccache="ccache" 2670 ccache="ccache"
2671elif [ "$ARG_CCACHE" = "0" ]; then 2671elif [ "$ARG_CCACHE" != "0" ]; then
2672 ccache=`findtool ccache` 2672 ccache=`findtool ccache`
2673 if test -n "$ccache"; then 2673 if test -n "$ccache"; then
2674 echo "Found and uses ccache ($ccache)" 2674 echo "Found and uses ccache ($ccache)"