Fix debug build detection

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9452 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Todd Naugle 2011-04-28 21:07:23 +00:00
parent 2f6dacdd13
commit 86e1bcb6b3

View file

@ -58,7 +58,7 @@ else
DEBUG="F"
fi
if [ x$DEBUG != x ]; then
if [ x$DEBUG = xT ]; then
BUILDTYPE="dbg"
fi