[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH] 1/8 detect syslog.h
- From: Daniel Veillard <veillard redhat com>
- To: libvir-list redhat com
- Subject: [libvirt] [PATCH] 1/8 detect syslog.h
- Date: Wed, 17 Dec 2008 16:08:48 +0100
the ability to syslog gets into libvirt.c so we need to detect
its presence at configure time to compile it out on platform without
support,
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
daniel veillard com | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library http://libvirt.org/
Index: configure.in
===================================================================
RCS file: /data/cvs/libxen/configure.in,v
retrieving revision 1.191
diff -u -r1.191 configure.in
--- configure.in 5 Dec 2008 15:05:48 -0000 1.191
+++ configure.in 17 Dec 2008 14:25:56 -0000
@@ -70,7 +70,7 @@
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]