ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/configure
(Generate patch)

Comparing IO-AIO/configure (file contents):
Revision 1.32 by root, Fri Sep 6 22:03:09 2019 UTC vs.
Revision 1.33 by root, Tue Dec 29 15:16:28 2020 UTC

4426fi 4426fi
4427 4427
4428done 4428done
4429 4429
4430 4430
4431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unix-style syscall interface" >&5
4432$as_echo_n "checking for unix-style syscall interface... " >&6; }
4433if ${ac_cv_syscall+:} false; then :
4434 $as_echo_n "(cached) " >&6
4435else
4436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4437/* end confdefs.h. */
4438
4439#include <unistd.h>
4440#include <sys/syscall.h>
4441int main (void)
4442{
4443 long res = syscall (SYS_exit, 0);
4444 return 0;
4445}
4446
4447_ACEOF
4448if ac_fn_c_try_link "$LINENO"; then :
4449 ac_cv_syscall=yes
4450else
4451 ac_cv_syscall=no
4452fi
4453rm -f core conftest.err conftest.$ac_objext \
4454 conftest$ac_exeext conftest.$ac_ext
4455fi
4456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_syscall" >&5
4457$as_echo "$ac_cv_syscall" >&6; }
4458test $ac_cv_syscall = yes &&
4459$as_echo "#define HAVE_SYSCALL 1" >>confdefs.h
4460
4431 4461
4432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for splice, vmsplice and tee" >&5 4462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for splice, vmsplice and tee" >&5
4433$as_echo_n "checking for splice, vmsplice and tee... " >&6; } 4463$as_echo_n "checking for splice, vmsplice and tee... " >&6; }
4434if ${ac_cv_linux_splice+:} false; then : 4464if ${ac_cv_linux_splice+:} false; then :
4435 $as_echo_n "(cached) " >&6 4465 $as_echo_n "(cached) " >&6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines