Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by orrisroot, Fri Apr 1 11:01:49 2005 UTC revision 1.4 by orrisroot, Mon May 30 04:41:17 2005 UTC
# Line 54  XNPAL_LIBADD="$XML_LIBS $ODBC_LIBS $ZLIB Line 54  XNPAL_LIBADD="$XML_LIBS $ODBC_LIBS $ZLIB
54  AC_SUBST([XNPAL_CFLAGS])  AC_SUBST([XNPAL_CFLAGS])
55  AC_SUBST([XNPAL_LIBADD])  AC_SUBST([XNPAL_LIBADD])
56    
57    dnl check where to log
58    AC_MSG_CHECKING(if logging to syslog wanted)
59    AC_ARG_ENABLE(syslog, AC_HELP_STRING([--enable-syslog], [Enable logging to syslog]), syslog=yes)
60    if test x-$syslog = "x-yes"; then
61       AC_MSG_RESULT(yes)
62       AC_DEFINE(USE_SYSLOG,,[logging to syslog enabled])
63    else
64      AC_MSG_RESULT(no)
65    fi
66    AC_SUBST(USE_SYSLOG)
67    
68  # Checks for header files.  # Checks for header files.
69  AC_HEADER_STDC  AC_HEADER_STDC
70  AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stddef.h stdlib.h string.h sys/socket.h syslog.h unistd.h utime.h])  AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stddef.h stdlib.h string.h sys/socket.h syslog.h unistd.h utime.h])

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26