- Unix build: fix typo

svn path=/trunk/boinc/; revision=25793
This commit is contained in:
David Anderson 2012-06-25 23:22:13 +00:00
parent 8c71f6d59a
commit 07d867b33f
2 changed files with 6 additions and 1 deletions

View File

@ -4508,3 +4508,8 @@ David 25 June 2012
sched_send.cpp
lib/
coproc.cpp,h
David 25 June 2012
- Unix build: fix typo
configure.ac

View File

@ -857,7 +857,7 @@ if test "${enable_client_release}" = "yes" ; then
## NOTE: its *extremely* important to always compile with __NO_CTYPE
## defined, because this avoids GLIBC_2.3 symbols being pulled in via ctype.h-macros,
CPPFLAGS="$CPPFLAGS -D__NO_CTYPE"
CPPFLAGS="${CPPFLAGS} -D__NO_CTYPE"
fi
AC_SUBST(BOINC_EXTRA_LIBS)