[gnome-color-manager] Change the default for the UDEV hardware detection to TRUE



commit 3c6d33541e1c8b9b8777b1db36e069b652b5b30e
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 4 15:19:33 2010 +0000

    Change the default for the UDEV hardware detection to TRUE

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index acb9265..889107c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,7 +206,7 @@ dnl - Autodetect the hardware device
 dnl - This requires 55-Argyll.rules to set COLOR_MEASUREMENT_DEVICE
 dnl ---------------------------------------------------------------------------
 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)
+	      enable_hardware_detection=$enableval,enable_hardware_detection=yes)
 AM_CONDITIONAL(GCM_HARDWARE_DETECTION, test x$enable_hardware_detection = xyes)
 if test x$enable_hardware_detection = xyes; then
 	AC_DEFINE(GCM_HARDWARE_DETECTION,1,[Build hardware autodetection])



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