hal: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Sun Sep 24 19:52:11 PDT 2006
configure.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
New commits:
diff-tree 00d1789080a63567126c7abc7d6b6bf037d6c422 (from a43bc29b085761598560458cc076882d50bbd23a)
Author: David Zeuthen <davidz at redhat.com>
Date: Sun Sep 24 22:52:08 2006 -0400
fix up typo in usb csr detection
diff --git a/configure.in b/configure.in
index 4ebeacc..c123c21 100644
--- a/configure.in
+++ b/configure.in
@@ -514,12 +514,12 @@ elif test "x$with_cpufreq" = "x" ; then
fi
AM_CONDITIONAL(BUILD_CPUFREQ, test x$BUILD_CPUFREQ = xyes)
-dnl USB CSR (battery reading of power)
+dnl USB CSR (for reading battery of USB wireless mice)
AC_ARG_WITH(usb-csr, [ --with-usb-csr Whether to build addon for wireless USB mice (auto)])
BUILD_USBCSR=no
-if test "x$with_cpufreq" = "xyes" ; then
+if test "x$with_usb_csr" = "xyes" ; then
BUILD_USBCSR=yes
-elif test "x$with_cpufreq" = "x" ; then
+elif test "x$with_usb_csr" = "x" ; then
if test "$HAVE_LIBUSB" != "false" ; then
case "${HALD_BACKEND}" in
linux)
More information about the hal-commit
mailing list