futures => pthead timer

svn: r16833
This commit is contained in:
Matthew Flatt 2009-11-17 17:52:30 +00:00
parent c5ac31e88d
commit 3f349aeb51
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -10724,7 +10724,7 @@ fi
############### futures ###################
if test "${enable_futures}" = "yes" ; then
PREFLAGS="$PREFLAGS -DFUTURES_ENABLED"
PREFLAGS="$PREFLAGS -DFUTURES_ENABLED -DUSE_PTHREAD_INSTEAD_OF_ITIMER"
LDFLAGS="$LDFLAGS -pthread"
fi

View File

@ -1154,7 +1154,7 @@ fi
############### futures ###################
if test "${enable_futures}" = "yes" ; then
PREFLAGS="$PREFLAGS -DFUTURES_ENABLED"
PREFLAGS="$PREFLAGS -DFUTURES_ENABLED -DUSE_PTHREAD_INSTEAD_OF_ITIMER"
LDFLAGS="$LDFLAGS -pthread"
fi