[gwget] Support for Epiphany 2.29/2.30
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gwget] Support for Epiphany 2.29/2.30
- Date: Wed, 10 Feb 2010 19:47:10 +0000 (UTC)
commit b3cb9bcd6f1f64cf60d445c626b8c9e4c9a58a73
Author: Vincent Untz <vuntz gnome org>
Date: Wed Feb 10 20:46:56 2010 +0100
Support for Epiphany 2.29/2.30
configure.ac | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 55dff89..8ebee12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,11 @@ AC_ARG_WITH([epiphany-version],
dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17, 2.18, 2.19, 2.20, 2.21, 2.22, 2.23, 2.24, 2.25, 2.26, 2.27 or 2.28
EPHY_AUTODETECT="(autodetect)"
-if pkg-config --exists epiphany-2.28; then
+if pkg-config --exists epiphany-2.30; then
+ EPHY_VER=2.30
+elif pkg-config --exists epiphany-2.29; then
+ EPHY_VER=2.29
+elif pkg-config --exists epiphany-2.28; then
EPHY_VER=2.28
elif pkg-config --exists epiphany-2.27; then
EPHY_VER=2.27
@@ -229,6 +233,14 @@ elif test "x$EPHY_VER" = "x2.28"; then
EPIPHANY_PKGCONFIG=epiphany-2.28
EPIPHANY_REQUIRED=2.28
EPIPHANY_SHORTVER=228
+elif test "x$EPHY_VER" = "x2.29"; then
+ EPIPHANY_PKGCONFIG=epiphany-2.29
+ EPIPHANY_REQUIRED=2.29
+ EPIPHANY_SHORTVER=229
+elif test "x$EPHY_VER" = "x2.30"; then
+ EPIPHANY_PKGCONFIG=epiphany-2.30
+ EPIPHANY_REQUIRED=2.30
+ EPIPHANY_SHORTVER=230
else
AC_MSG_RESULT([no epiphany installed])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]