[rhythmbox] Fix brasero configure switch
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] Fix brasero configure switch
- Date: Sat, 5 Feb 2011 12:35:11 +0000 (UTC)
commit bfb457c29ce5b66ee3f74fb00724e11a80333eab
Author: Marc-Antoine Perennou <Marc-Antoine Perennou com>
Date: Sat Feb 5 13:31:24 2011 +0100
Fix brasero configure switch
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8c7dfae..1d0e4cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -423,8 +423,8 @@ have_libbrasero_media=no
AC_ARG_WITH(brasero,
AC_HELP_STRING([--with-brasero],
[Build with libbrasero-media support]),,
- with_libbrasero_media=auto)
-if test x"$with_libbrasero_media" != "xno"; then
+ with_brasero=auto)
+if test x"$with_brasero" != "xno"; then
PKG_CHECK_MODULES(LIBBRASERO_MEDIA,
libbrasero-media3 >= $BRASERO_MIN_REQS,
have_libbrasero_media=yes,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]