summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-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)"