summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-10 15:18:25 +0000
committerChristian Persch <chpe@src.gnome.org>2004-10-10 15:18:25 +0000
commit64c45341356fbc6445aedb86b38f707d29510808 (patch)
tree69f00e646213afab468e146c20749411b7de3d3b
parent221b1eb9cfd35df5df3792a7de382f968ed037ad (diff)
downloadepiphany-64c45341356fbc6445aedb86b38f707d29510808.tar.gz
Remove duplicate AC_PROG_INTLTOOL, fixes bug #155028.
2004-10-10 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove duplicate AC_PROG_INTLTOOL, fixes bug #155028.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cb48ae94..02e059ac0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-10 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.in:
+
+ Remove duplicate AC_PROG_INTLTOOL, fixes bug #155028.
+
2004-10-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c:
diff --git a/configure.in b/configure.in
index 3ecc9fcc5..4e6f4cdf6 100644
--- a/configure.in
+++ b/configure.in
@@ -44,7 +44,6 @@ AC_PROG_CC
AC_PROG_CXX
AM_PROG_CC_STDC
AC_HEADER_STDC
-AC_PROG_INTLTOOL
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
AC_SUBST(AM_CXXFLAGS)