From ea54e438f4724e8a5e516ccee818dfb7a6f6c1ab Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 15 Mar 2013 09:46:50 +0100 Subject: configure.ac: drop the EPIPHANY_API_VERSION variable We do not use this anymore. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2589579f6..cd87a8561 100644 --- a/configure.ac +++ b/configure.ac @@ -28,13 +28,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=3.7 - # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=3.7 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) -AC_SUBST([EPIPHANY_API_VERSION]) AC_SUBST([EPIPHANY_UA_VERSION]) # for EPHY_CHECK_VERSION @@ -269,7 +266,6 @@ tests/Makefile tests/data/Makefile ], [], -[EPIPHANY_API_VERSION=$EPIPHANY_API_VERSION]) AC_OUTPUT -- cgit v1.2.3