Unbreak nestedfns on --enable-only32bit installations.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10165
This commit is contained in:
Nicholas Nethercote 2009-05-29 00:31:31 +00:00
parent 93058e37d1
commit efcb72de6f

View File

@ -185,6 +185,7 @@ manythreads_LDADD = -lpthread
if VGCONF_OS_IS_DARWIN
nestedfns_CFLAGS = $(AM_CFLAGS) -fnested-functions
else
nestedfns_CFLAGS = $(AM_CFLAGS)
mq_LDADD = -lrt
endif
pth_atfork1_LDADD = -lpthread