* configure.in: detect syslog.h

daniel
This commit is contained in:
Daniel Veillard 2008-12-17 16:08:47 +00:00
parent 9e8c4fe304
commit ed671f0e88
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Dec 17 17:07:39 CET 2008 Daniel Veillard <veillard@redhat.com>
* configure.in: detect syslog.h
Wed Dec 17 09:28:15 CET 2008 Guido Günther <agx@sigxcpu.org>
* Makefile.maint: use $(top_srcdir) for m4/ and $(VC_LIST)

View File

@ -70,7 +70,7 @@ dnl Availability of various common functions (non-fatal if missing).
AC_CHECK_FUNCS([cfmakeraw regexec uname sched_getaffinity getuid getgid])
dnl Availability of various common headers (non-fatal if missing).
AC_CHECK_HEADERS([pwd.h paths.h regex.h sys/syslimits.h sys/utsname.h sys/wait.h winsock2.h sched.h termios.h sys/poll.h])
AC_CHECK_HEADERS([pwd.h paths.h regex.h sys/syslimits.h sys/utsname.h sys/wait.h winsock2.h sched.h termios.h sys/poll.h syslog.h])
dnl Where are the XDR functions?
dnl If portablexdr is installed, prefer that.