hal ChangeLog,1.369,1.370 configure.in,1.54,1.55
David Zeuthen
david at freedesktop.org
Wed Oct 27 08:45:15 PDT 2004
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv11777
Modified Files:
ChangeLog configure.in
Log Message:
2004-10-27 David Zeuthen <davidz at redhat.com>
Patch from Tim Müller <t.i.m at zen.co.uk>
* configure.in: Require libcap development packages by checking for
sys/capability.h
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -d -r1.369 -r1.370
--- ChangeLog 26 Oct 2004 19:44:53 -0000 1.369
+++ ChangeLog 27 Oct 2004 15:45:13 -0000 1.370
@@ -1,3 +1,10 @@
+2004-10-27 David Zeuthen <davidz at redhat.com>
+
+ Patch from Tim Müller <t.i.m at zen.co.uk>
+
+ * configure.in: Require libcap development packages by checking for
+ sys/capability.h
+
2004-10-26 David Zeuthen <davidz at redhat.com>
* fdi/90defaultpolicy/storage-policy.fdi: Change default policy
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- configure.in 26 Oct 2004 17:35:20 -0000 1.54
+++ configure.in 27 Oct 2004 15:45:13 -0000 1.55
@@ -175,6 +175,7 @@
fi
fi
+AC_CHECK_HEADERS([sys/capability.h],, [AC_MSG_ERROR([Please install libcap and the libcap development package])])
dbus_module="dbus-1 >= 0.20"
pkg_modules="glib-2.0 >= 2.2.2, gobject-2.0 >= 2.2.2, dbus-glib-1 >= 0.20, $dbus_module"
More information about the hal-commit
mailing list