summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-24 10:14:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-24 10:14:10 +0000
commit44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6 (patch)
tree2c57162904f7c091cf9d77a4583dd5c97c13b877 /tools/configure
parent2cc66b66e0b27d41c6f59bac4c9e1eb1865b4653 (diff)
downloadrockbox-44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6.tar.gz
rockbox-44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6.zip
store nodebug status too, as it makes 'update' work better if there's
a non-empty field when the status is known, be it debug or nodebug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@690 a1c6a512-1295-4272-9138-f99709370657
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 528811784e..cc40bf3ad6 100755
--- a/tools/configure
+++ b/tools/configure
@@ -79,7 +79,7 @@ if [ -z "$debug" ]; then
79 debug="DEBUG=1" 79 debug="DEBUG=1"
80 ;; 80 ;;
81 *) 81 *)
82 debug="" 82 debug="NODEBUG=1"
83 ;; 83 ;;
84 84
85 esac 85 esac