hal ChangeLog,1.535,1.536 configure.in,1.84,1.85
David Zeuthen
david at freedesktop.org
Sun Jun 26 21:32:30 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv19864
Modified Files:
ChangeLog configure.in
Log Message:
2005-06-27 David Zeuthen <davidz at redhat.com>
Patch from Alvaro Lopez Ortega <alvaro at sun.com>.
* volume_id/dasd.c: Use HAVE_SYS_IOCCOM_H to conditionally include
sys/ioccom.h
* configure.in: Check for sys/ioccom.h
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.535
retrieving revision 1.536
diff -u -d -r1.535 -r1.536
--- ChangeLog 23 Jun 2005 14:50:04 -0000 1.535
+++ ChangeLog 27 Jun 2005 04:32:28 -0000 1.536
@@ -1,3 +1,12 @@
+2005-06-27 David Zeuthen <davidz at redhat.com>
+
+ Patch from Alvaro Lopez Ortega <alvaro at sun.com>.
+
+ * volume_id/dasd.c: Use HAVE_SYS_IOCCOM_H to conditionally include
+ sys/ioccom.h
+
+ * configure.in: Check for sys/ioccom.h
+
2005-06-23 David Zeuthen <davidz at redhat.com>
Patch from Alvaro Lopez Ortega <alvaro at sun.com> to add an empty
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- configure.in 23 Jun 2005 14:50:04 -0000 1.84
+++ configure.in 27 Jun 2005 04:32:28 -0000 1.85
@@ -33,6 +33,8 @@
AM_PATH_PYTHON
AC_SYS_LARGEFILE
+AC_CHECK_HEADERS([sys/ioccom.h])
+
AC_ARG_WITH(os-type, [ --with-os-type=<os> Distribution or OS (redhat)])
AC_ARG_WITH(pid-file, [ --with-pid-file=<file> PID file for HAL daemon])
AC_ARG_WITH(hwdata,[ --with-hwdata=<dir> where PCI and USB IDs are found (auto)])
More information about the hal-commit
mailing list