[totem-pl-parser] build: Fix --enable-quvi option
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] build: Fix --enable-quvi option
- Date: Mon, 21 Feb 2011 19:50:35 +0000 (UTC)
commit 9a1a89ce6af47b8ac3ee7ae0fa3987815e9713a3
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 21 19:49:55 2011 +0000
build: Fix --enable-quvi option
https://bugzilla.gnome.org/show_bug.cgi?id=642900
configure.in | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index eb53dcb..7227373 100644
--- a/configure.in
+++ b/configure.in
@@ -101,12 +101,11 @@ else
**************************************************************"
fi
-enable_quvi=auto
QUVI=""
-AC_ARG_ENABLE(enable-quvi,
+AC_ARG_ENABLE(quvi,
AS_HELP_STRING([--enable-quvi],
[Enable libquvi support (default is auto).]),
- [enable_quvi=$enableval],
+ [],
[enable_quvi=auto])
if test "x$enable_quvi" != "xno" ; then
PKG_CHECK_MODULES(QUVI,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]