argh put it back right!*(
This commit is contained in:
parent
d1ccdfc97a
commit
19500061fb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ AC_DEFUN([OB_DEBUG],
|
|||
# cvs builds are always debug
|
||||
CVS=""
|
||||
test "${PACKAGE_VERSION%*cvs}" != "$PACKAGE_VERSION" && CVS="yes"
|
||||
test "$CVS" = "yes" && DEFAULTDEBUG="yes"
|
||||
test "$CVS" = "yes" && DEBUG="yes"
|
||||
|
||||
if test "$DEBUG" = "yes"; then
|
||||
MSG="DEBUG"
|
||||
|
|
Loading…
Reference in a new issue