hal ChangeLog,1.506,1.507 configure.in,1.78,1.79
David Zeuthen
david at freedesktop.org
Wed Apr 27 12:06:45 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv11433
Modified Files:
ChangeLog configure.in
Log Message:
2005-04-27 David Zeuthen <davidz at redhat.com>
* hald/linux2/addons/addon-usb-csr.c (main): Fix compilation error
now that this piece of code actually compiles.
* configure.in: Doh, check for libusb-config, not libusb-configxxx.
Fix from Richard Hughes <hughsient at gmail.com>.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -d -r1.506 -r1.507
--- ChangeLog 27 Apr 2005 18:53:39 -0000 1.506
+++ ChangeLog 27 Apr 2005 19:06:43 -0000 1.507
@@ -1,5 +1,13 @@
2005-04-27 David Zeuthen <davidz at redhat.com>
+ * hald/linux2/addons/addon-usb-csr.c (main): Fix compilation error
+ now that this piece of code actually compiles.
+
+ * configure.in: Doh, check for libusb-config, not libusb-configxxx.
+ Fix from Richard Hughes <hughsient at gmail.com>.
+
+2005-04-27 David Zeuthen <davidz at redhat.com>
+
* hald/linux2/osspec_linux.h: Remove prototype for the function
hal_util_get_device_file().
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- configure.in 27 Apr 2005 18:53:39 -0000 1.78
+++ configure.in 27 Apr 2005 19:06:43 -0000 1.79
@@ -205,7 +205,7 @@
AC_SUBST(EXPAT_LIB)
dnl Check libusb
-AC_PATH_PROG(LIBUSB_CONFIG, libusb-configxxx)
+AC_PATH_PROG(LIBUSB_CONFIG, libusb-config)
if test -n "${LIBUSB_CONFIG}"; then
AM_CONDITIONAL(HAVE_LIBUSB,true)
else
More information about the hal-commit
mailing list