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
This commit is contained in:
Daniel Stenberg 2002-05-24 10:14:10 +00:00
parent 2cc66b66e0
commit 44d76bc1ae

2
tools/configure vendored
View file

@ -79,7 +79,7 @@ if [ -z "$debug" ]; then
debug="DEBUG=1"
;;
*)
debug=""
debug="NODEBUG=1"
;;
esac