[gnome-control-center] build: minor fix in 'config.h' generation



commit 8e0eb7b59d1a18fe474126537ae0235f1cda4ea2
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Mon Feb 4 17:10:01 2013 +0100

    build: minor fix in 'config.h' generation

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7966354..66df194 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ fi
 PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5,
 		  [have_bluetooth=yes], have_bluetooth=no)
 if test "x$have_bluetooth" = xyes ; then
-	AC_DEFINE(BUILD_BLUETOOTH, 1, [Define to 1 to build the Network panel])
+	AC_DEFINE(BUILD_BLUETOOTH, 1, [Define to 1 to build the Bluetooth panel])
 fi
 AM_CONDITIONAL(BUILD_BLUETOOTH, [test x$have_bluetooth = xyes])
 if test x${have_bluetooth} = xyes; then



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