From 44d76bc1ae086a89dedcf5e6ed430c713f2b9cf6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 May 2002 10:14:10 +0000 Subject: 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 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') 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 debug="DEBUG=1" ;; *) - debug="" + debug="NODEBUG=1" ;; esac -- cgit v1.2.3