mirror of https://github.com/BOINC/boinc.git
- Unix build: fix typo
svn path=/trunk/boinc/; revision=25793
This commit is contained in:
parent
8c71f6d59a
commit
07d867b33f
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue