aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2006-05-15 05:59:05 +0800
committerChristian Persch <chpe@src.gnome.org>2006-05-15 05:59:05 +0800
commit7db75551c30471545fb68029082ef25ac84d2b08 (patch)
tree99c1336c23391a05e6f2fc65a95ceb5b237b4f6a /configure.ac
parent9afceec1f0af2a55be0bf72850c3b6520a83d63d (diff)
downloadgsoc2013-epiphany-7db75551c30471545fb68029082ef25ac84d2b08.tar
gsoc2013-epiphany-7db75551c30471545fb68029082ef25ac84d2b08.tar.gz
gsoc2013-epiphany-7db75551c30471545fb68029082ef25ac84d2b08.tar.bz2
gsoc2013-epiphany-7db75551c30471545fb68029082ef25ac84d2b08.tar.lz
gsoc2013-epiphany-7db75551c30471545fb68029082ef25ac84d2b08.tar.xz
gsoc2013-epiphany-7db75551c30471545fb68029082ef25ac84d2b08.tar.zst
gsoc2013-epiphany-7db75551c30471545fb68029082ef25ac84d2b08.zip
Fix the build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e68896a35..486a77f0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT([GNOME Web Browser],[2.15.1.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[2.15.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
GNOME_COMMON_INIT
@@ -179,7 +179,7 @@ AC_SUBST([MOZILLA_HOME])
AC_SUBST([MOZILLA_PREFIX])
AC_SUBST([MOZILLA_EXTRA_LIBS])
-if test "gecko_cv_gecko_version_int" -lt "1008000"; then
+if test "$gecko_cv_gecko_version_int" -lt "1008000"; then
AC_MSG_ERROR([Gecko version $gecko_cv_gecko_version is not supported!])
fi