*** empty log message ***

svn path=/trunk/boinc/; revision=5604
This commit is contained in:
Rom Walton 2005-03-09 07:05:47 +00:00
parent c27cb008f4
commit 5dd28dd791
1 changed files with 7 additions and 1 deletions

View File

@ -313,7 +313,13 @@ dnl ---------- wxWidgets --------------------------------------------------
AM_OPTIONS_WXCONFIG
dnl check for wxWidgets
AM_PATH_WXCONFIG(2.3.4, wxWin=1)
if test "${enable_debug}" = yes ; then
AM_PATH_WXCONFIG(2.3.4, wxWin=1, --debug)
else
AM_PATH_WXCONFIG(2.3.4, wxWin=1)
fi
if ( test "${enable_client}" = yes ) && ( test "$wxWin" != 1 ); then
AC_MSG_WARN([
================================================================================