[gthumb: 12/20] check for libbrasero 2 instead of 3
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 12/20] check for libbrasero 2 instead of 3
- Date: Thu, 12 May 2011 20:22:51 +0000 (UTC)
commit 277b701b3d5aefa5ddf8c086d870cbde43dc7f3b
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu May 12 13:04:20 2011 +0200
check for libbrasero 2 instead of 3
configure.ac | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c4c2e85..3252fab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -460,14 +460,10 @@ AC_ARG_ENABLE([libbrasero],
if test x$enable_libbrasero = xyes ; then
PKG_CHECK_MODULES(LIBBRASERO,
- [libbrasero-burn3 >= $LIBBRASERO_REQUIRED],
+ [libbrasero-burn >= $LIBBRASERO_REQUIRED],
[AC_DEFINE(HAVE_LIBBRASERO, 1, [Have libbrasero])
enable_libbrasero=yes],
- [PKG_CHECK_MODULES(LIBBRASERO,
- [libbrasero-burn >= $LIBBRASERO_REQUIRED],
- [AC_DEFINE(HAVE_LIBBRASERO, 1, [Have libbrasero])
- enable_libbrasero=yes],
- [enable_libbrasero=no])])
+ [enable_libbrasero=no])
fi
AC_SUBST(LIBBRASERO_CFLAGS)
AC_SUBST(LIBBRASERO_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]