fixed a bug in the close() handler

This commit is contained in:
2009-08-29 06:47:09 +00:00
parent 9c872e932a
commit c31d8dc8a2
3 changed files with 6 additions and 6 deletions

View File

@ -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])