|
|
| version 1.44.2.1, 2022/09/26 19:44:25 | version 1.45, 2022/10/17 22:45:05 |
|---|---|
| Line 721 enable_aio | Line 721 enable_aio |
| enable_epoll | enable_epoll |
| enable_kqueue | enable_kqueue |
| with_kq_events | with_kq_events |
| with_elwix | |
| ' | ' |
| ac_precious_vars='build_alias | ac_precious_vars='build_alias |
| host_alias | host_alias |
| Line 1362 Optional Packages: | Line 1363 Optional Packages: |
| --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| --with-kq_events Set how many kqueue events can scheduling at one time | --with-kq_events Set how many kqueue events can scheduling at one time |
| --with-elwix Build library with libelwix memory managemant | |
| Some influential environment variables: | Some influential environment variables: |
| CC C compiler command | CC C compiler command |
| Line 4441 printf "%s\n" "#define KQ_EVENTS $KQ_EVENTS" >>confdef | Line 4443 printf "%s\n" "#define KQ_EVENTS $KQ_EVENTS" >>confdef |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $KQ_EVENTS" >&5 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $KQ_EVENTS" >&5 |
| printf "%s\n" "$KQ_EVENTS" >&6; } | printf "%s\n" "$KQ_EVENTS" >&6; } |
| ELWIX=no | |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking With libelwix Build" >&5 | |
| printf %s "checking With libelwix Build... " >&6; } | |
| # Check whether --with-elwix was given. | |
| if test ${with_elwix+y} | |
| then : | |
| withval=$with_elwix; ELWIX=$withval | |
| case "$withval" in | |
| yes) | |
| printf "%s\n" "#define __ELWIX /**/" >>confdefs.h | |
| CFLAGS="-g ${CFLAGS}" | |
| LIBS="${LIBS} -lelwix" | |
| ;; | |
| *) | |
| ;; | |
| esac | |
| fi | |
| { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ELWIX" >&5 | |
| printf "%s\n" "$ELWIX" >&6; } | |
| ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile" | ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile" |