[libvirt] [PATCH] 1/8 detect syslog.h

Daniel Veillard veillard at redhat.com
Wed Dec 17 15:08:48 UTC 2008


  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 at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
-------------- next part --------------
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.


More information about the libvir-list mailing list