fixed configuration option

svn path=/trunk/boinc/; revision=5589
This commit is contained in:
David Anderson 2005-03-08 06:51:17 +00:00
parent 86d1efb897
commit 514f3198e4
1 changed files with 2 additions and 0 deletions

View File

@ -407,7 +407,9 @@ AC_SUBST(CLIENTLIBS)
CLIENTGUIFLAGS="-DNOCLIPBOARD -DNOTASKBAR"
if test "${enable_debug}" = yes; then
echo "DEBUG: before mangling CLIENTGUIFLAGS='$CLIENTGUIFLAGS'"
CLIENTGUIFLAGS="${CLIENTGUIFLAGS} -D__WXDEBUG__"
echo "DEBUG: after mangling CLIENTGUIFLAGS='$CLIENTGUIFLAGS'"
fi
CLIENTGUILIBS=${WX_LIBS}