*** empty log message ***

svn path=/trunk/boinc/; revision=5587
This commit is contained in:
Rom Walton 2005-03-08 06:20:48 +00:00
parent 4c97808d1d
commit 394bf51bd6
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ AC_SUBST(CLIENTLIBS)
## some more tweaking to turn non-standard libs into statically linked ones
CLIENTGUIFLAGS="-DNOCLIPBOARD -DNOTASKBAR"
if test "${enable_client_release}" = yes; then
if test "${enable_debug}" = yes; then
CLIENTGUIFLAGS="$CLIENTGUIFLAGS -D__WXDEBUG__"
fi