changed the default value of --enable-syslog in configure.ac

This commit is contained in:
2009-01-24 00:36:34 +00:00
parent 8150f4843d
commit ae55f22bf9
5 changed files with 10 additions and 18 deletions

4
qse/configure vendored
View File

@ -1502,7 +1502,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. no)
(default. yes)
--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)
@ -29084,7 +29084,7 @@ fi
if test "${enable_syscall+set}" = set; then
enableval=$enable_syscall; enable_syscall_is=$enableval
else
enable_syscall_is=no
enable_syscall_is=yes
fi
if test "${enable_syscall_is}" = "yes"