|
version 1.31.2.1, 2013/11/21 14:42:27
|
version 1.31.2.3, 2014/01/27 14:56:26
|
|
Line 694 ac_user_opts='
|
Line 694 ac_user_opts='
|
| enable_option_checking |
enable_option_checking |
| enable_debug |
enable_debug |
| enable_aio |
enable_aio |
| |
enable_kqueue |
| with_kq_events |
with_kq_events |
| ' |
' |
| ac_precious_vars='build_alias |
ac_precious_vars='build_alias |
|
Line 1321 Optional Features:
|
Line 1322 Optional Features:
|
| --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| --enable-debug Build library with debug information and additional messages |
--enable-debug Build library with debug information and additional messages |
| --enable-aio Build scheduler library with AIO operations |
--enable-aio Build scheduler library with AIO operations |
| |
--disable-kqueue Disable kqueue support |
| |
|
| Optional Packages: |
Optional Packages: |
| --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
|
Line 3391 fi
|
Line 3393 fi
|
| |
|
| |
|
| |
|
| CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}" | CFLAGS="-Wall -O2 -fPIC ${CFLAGS}" |
| LDFLAGS="-L/usr/local/lib ${LDFLAGS}" | LDFLAGS="${LDFLAGS}" |
| |
|
| |
|
| # Checks for libraries. |
# Checks for libraries. |
|
Line 4083 fi
|
Line 4085 fi
|
| |
|
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIO" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIO" >&5 |
| $as_echo "$AIO" >&6; } |
$as_echo "$AIO" >&6; } |
| |
|
| |
KQSUP=yes |
| |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking kqueue support" >&5 |
| |
$as_echo_n "checking kqueue support... " >&6; } |
| |
# Check whether --enable-kqueue was given. |
| |
if test "${enable_kqueue+set}" = set; then : |
| |
enableval=$enable_kqueue; KQSUP=$enableval |
| |
case "$enableval" in |
| |
no) |
| |
|
| |
$as_echo "#define KQ_DISABLE /**/" >>confdefs.h |
| |
|
| |
;; |
| |
*) |
| |
;; |
| |
esac |
| |
fi |
| |
|
| |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $KQSUP" >&5 |
| |
$as_echo "$KQSUP" >&6; } |
| |
|
| KQ_EVENTS=24 |
KQ_EVENTS=24 |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking How many kqueue events can scheduling at one time" >&5 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking How many kqueue events can scheduling at one time" >&5 |