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

4
qse/configure vendored
View File

@ -1599,7 +1599,7 @@ Optional Features:
--enable-wchar use wchar_t a default charater type when enabled
(default. yes)
--enable-syscall use the syscall() function to call system calls
(default. yes)
(default. no)
--enable-debug build the library in the debug mode (default. no)
--enable-objc build the library for Objective-C if an Objective-C
compiler is available (default. yes)
@ -25544,7 +25544,7 @@ fi
if test "${enable_syscall+set}" = set; then
enableval=$enable_syscall; enable_syscall_is=$enableval
else
enable_syscall_is=yes
enable_syscall_is=no
fi
if test "${enable_syscall_is}" = "yes"