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

View File

@ -164,11 +164,11 @@ else
fi
AC_ARG_ENABLE([syscall], [AC_HELP_STRING([--enable-syscall],
[use the syscall() function to call system calls (default. no)])],
enable_syscall_is=$enableval,enable_syscall_is=no)
[use the syscall() function to call system calls (default. yes)])],
enable_syscall_is=$enableval,enable_syscall_is=yes)
if test "${enable_syscall_is}" = "yes"
then
AC_DEFINE([QSE_USE_SYSCALL],[],[use the syscall() function])
AC_DEFINE([QSE_USE_SYSCALL],[],[use the syscall() function to invoke a system call])
fi
AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],