*** empty log message ***

svn path=/trunk/boinc/; revision=5659
This commit is contained in:
Rom Walton 2005-03-14 21:07:58 +00:00
parent 179bdec4d7
commit 11331397d1
1 changed files with 9 additions and 0 deletions

View File

@ -138,6 +138,15 @@ dnl in order to solve the problem.
AC_SYS_LARGEFILE
dnl enable debug mode on all components using standard debug flags
if test "${enable_debug}" = yes; then
CXXFLAGS="$CXXFLAGS -DDEBUG -D_DEBUG"
CFLAGS="$CFLAGS -DDEBUG -D_DEBUG"
AC_SUBST(CXXFLAGS)
AC_SUBST(CFLAGS)
fi
if test "${enable_server}" = yes; then
AC_CHECK_MYSQL
if test "${no_mysql}" = yes; then