rktio: configure
fixes
This commit is contained in:
parent
dff32444ea
commit
8a426eb086
4
racket/src/configure
vendored
4
racket/src/configure
vendored
|
@ -4762,10 +4762,6 @@ fi
|
|||
fi
|
||||
EXE_SUFFIX=".exe"
|
||||
;;
|
||||
beos*)
|
||||
enable_cgcdefault="yes"
|
||||
enable_sgc=yes
|
||||
;;
|
||||
darwin*)
|
||||
|
||||
if test "${enable_sdk}" != "" ; then
|
||||
|
|
|
@ -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
|
||||
|
|
4
racket/src/rktio/configure
vendored
4
racket/src/rktio/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user