summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-09-21 18:01:05 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-09-29 11:26:52 -0500
commitefa047b58a6359dc55ac0f72332cef72871535db (patch)
tree3daf333bf11a1ef5bc0f0b9efe096cb838cef84c
parentd14c3002a007773c277cb0a285bfe87f7b1883a8 (diff)
downloadepiphany-efa047b58a6359dc55ac0f72332cef72871535db.tar.gz
Sabotague AX_IS_RELEASE
-Werror=deprecated-declarations is not cool on this branch
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4266d7502..0e8b2df6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl Must be a valid git tag
m4_define([epiphany_changelog_start],[3.24.0])
AC_INIT([GNOME Web Browser],[3.24.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
-AX_IS_RELEASE([git-directory])
+AX_IS_RELEASE([always])
AC_PREREQ([2.69])