mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
* configure.in: detect syslog.h
daniel
This commit is contained in:
parent
9e8c4fe304
commit
ed671f0e88
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user