changed the default value of --enable-syslog in configure.ac
This commit is contained in:
4
qse/configure
vendored
4
qse/configure
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user