[gnome-shell] configure: Fix case if HAVE_BLUETOOTH is false



commit 94da2531e73ce0490530a3d805fdffa8bf5d32e0
Author: Colin Walters <walters verbum org>
Date:   Sat Dec 18 13:37:07 2010 -0500

    configure: Fix case if HAVE_BLUETOOTH is false
    
    We still need to AC_SUBST here.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 353ac94..827920a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,6 +104,7 @@ PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 2.90.0],
 	 AC_SUBST([HAVE_BLUETOOTH],[1])
 	 AC_MSG_RESULT([yes])],
 	[AC_DEFINE([HAVE_BLUETOOTH],[0])
+	 AC_SUBST([HAVE_BLUETOOTH],[0])
 	 AC_MSG_RESULT([no])])
 
 MUTTER_BIN_DIR=`$PKG_CONFIG --variable=exec_prefix mutter-plugins`/bin



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