fixed a bug in the close() handler
This commit is contained in:
@ -185,8 +185,8 @@ else
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE([syscall], [AC_HELP_STRING([--enable-syscall],
|
||||
[use the syscall() function to call system calls (default. yes)])],
|
||||
enable_syscall_is=$enableval,enable_syscall_is=yes)
|
||||
[use the syscall() function to call system calls (default. no)])],
|
||||
enable_syscall_is=$enableval,enable_syscall_is=no)
|
||||
if test "${enable_syscall_is}" = "yes"
|
||||
then
|
||||
AC_DEFINE([QSE_USE_SYSCALL],[],[use the syscall() function to invoke a system call])
|
||||
|
Reference in New Issue
Block a user