[gnome-color-manager] Fix --enable-hardware-detection



commit c0a259debef7e8a27e35dd7cf2e01b4e446e73b6
Author: Richard Hughes <richard hughsie com>
Date:   Tue Nov 3 22:48:02 2009 +0000

    Fix --enable-hardware-detection

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 524e4a4..2d1a096 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,7 @@ dnl ---------------------------------------------------------------------------
 dnl - Autodetect the hardware device
 dnl - This requires 55-Argyll.rules to set COLOR_MEASUREMENT_DEVICE
 dnl ---------------------------------------------------------------------------
-AC_ARG_ENABLE(tests, AS_HELP_STRING([--enable-hardware-detection],[enable hardware auto-detection (requires fixed argyllcms)]),
+AC_ARG_ENABLE(hardware_detection, AS_HELP_STRING([--enable-hardware-detection],[enable hardware auto-detection (requires fixed argyllcms)]),
 	      enable_hardware_detection=$enableval,enable_hardware_detection=no)
 AM_CONDITIONAL(GCM_HARDWARE_DETECTION, test x$enable_hardware_detection = xyes)
 if test x$enable_hardware_detection = xyes; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]