summaryrefslogtreecommitdiff
path: root/tools
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
parent2cc66b66e0b27d41c6f59bac4c9e1eb1865b4653 (diff)
downloadrockbox-44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6.zip
rockbox-44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6.tar.gz
rockbox-44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6.tar.bz2
rockbox-44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6.tar.xz
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')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 5288117..cc40bf3 100755
--- a/tools/configure
+++ b/tools/configure
@@ -79,7 +79,7 @@ if [ -z "$debug" ]; then
debug="DEBUG=1"
;;
*)
- debug=""
+ debug="NODEBUG=1"
;;
esac