rktio: configure fixes

This commit is contained in:
Matthew Flatt 2017-06-16 15:16:13 -06:00
parent dff32444ea
commit 8a426eb086
4 changed files with 4 additions and 12 deletions

View File

@ -4762,10 +4762,6 @@ fi
fi
EXE_SUFFIX=".exe"
;;
beos*)
enable_cgcdefault="yes"
enable_sgc=yes
;;
darwin*)
if test "${enable_sdk}" != "" ; then

View File

@ -825,10 +825,6 @@ case "$host_os" in
fi
EXE_SUFFIX=".exe"
;;
beos*)
enable_cgcdefault="yes"
enable_sgc=yes
;;
darwin*)
if test "${enable_sdk}" != "" ; then

View File

@ -3305,6 +3305,7 @@ case "$host_os" in
irix*)
;;
linux*)
enable_pthread_by_default=yes
try_poll_syscall=yes
try_epoll_syscall=yes
try_inotify_syscall=yes
@ -3314,6 +3315,7 @@ case "$host_os" in
hpux*)
;;
*mingw*)
enable_pthread_by_default=yes
use_flag_pthread=no
skip_iconv_check=yes
@ -3365,8 +3367,6 @@ fi
;;
cygwin*)
;;
beos*)
;;
darwin*)
PREFLAGS="$PREFLAGS -DOS_X -D_DARWIN_UNLIMITED_SELECT"
enable_pthread_by_default=yes

View File

@ -68,6 +68,7 @@ case "$host_os" in
irix*)
;;
linux*)
enable_pthread_by_default=yes
try_poll_syscall=yes
try_epoll_syscall=yes
try_inotify_syscall=yes
@ -77,6 +78,7 @@ case "$host_os" in
hpux*)
;;
*mingw*)
enable_pthread_by_default=yes
use_flag_pthread=no
skip_iconv_check=yes
@ -87,8 +89,6 @@ case "$host_os" in
;;
cygwin*)
;;
beos*)
;;
darwin*)
PREFLAGS="$PREFLAGS -DOS_X -D_DARWIN_UNLIMITED_SELECT"
enable_pthread_by_default=yes