futures => pthead timer
svn: r16833
This commit is contained in:
parent
c5ac31e88d
commit
3f349aeb51
2
src/configure
vendored
2
src/configure
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user