summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2010-06-28 12:02:47 +1000
committerDon Sanders <don.sanders@nokia.com>2010-06-28 12:02:47 +1000
commitf29eb4f95f47b58a68880dfc89262fc10a356b9e (patch)
treee8d0d7d81805ae8140149a91a0c55accc9f13768 /configure
parentb0b9ba504686126dd77d4f9d585e5c5b4f9eded4 (diff)
parent85e0a4b87d34f9c1f0c84e601ef9e9a2509502fc (diff)
Merge branch '1.0'
Conflicts: configure.bat doc/html/lightmaps.html
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6c714d6289..5af1c6aeaf 100755
--- a/configure
+++ b/configure
@@ -456,7 +456,7 @@ compileTest()
printf "."
"$MAKE" >> "$CONFIG_LOG" 2>&1
printf ". "
- if ./$2 >> "$CONFIG_LOG" 2>&1; then
+ if [ -e ./$2 ]; then
echo "OK"
echo "$2_enabled = yes" >> "$CONFIG_IN"
else