[brasero] Fix enable-introspection which was always set to true whatever the user passed on the command line



commit 419edae43861c9cd7d250b011daa512f84a974d2
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Nov 9 15:54:26 2009 +0100

    Fix enable-introspection which was always set to true whatever the user passed on the command line

 configure.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2e227b8..f2c6646 100644
--- a/configure.in
+++ b/configure.in
@@ -427,11 +427,10 @@ dnl line parameter. This is to be able to use make distcheck.
 
 GOBJECT_INTROSPECTION_REQUIRED=0.6.3
 
-enable_introspection=yes
 AC_ARG_ENABLE(introspection,
-                  AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
-		  [Enable introspection for this build]),, 
-		  [enable_introspection=auto])
+                  AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], [Enable introspection for this build]),
+		  [enable_introspection=$enableval],
+		  [enable_introspection="auto"])
 
 AC_ARG_WITH(girdir,
 			AS_HELP_STRING([--with-girdir=DIR],[Installation path for .gir files @<:@auto@:>@]),
@@ -589,6 +588,7 @@ echo "Version: $BRASERO_VERSION
 	Build cdrtools plugins : ${build_cdrtools}
 	Build cdrkit plugins : ${build_cdrkit}
 	Build libburnia plugins : ${build_libburnia}
+	Build GObject-Introspection : ${found_introspection}
 "
 echo
 echo



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