aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac1
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0333076dd..cb7a42722 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-13 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.ac:
+
+ Don't add libglade-2 twice to PKG_CHECK_MODULES. Fixes
+ bug #300452, patch by James Henstridge.
+
2005-04-11 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
diff --git a/configure.ac b/configure.ac
index 8c4e570f8..493072730 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,6 @@ PKG_CHECK_MODULES([EPIPHANY_DEPENDENCY], [\
libglade-2.0 >= $LIBGLADE_REQUIRED \
bonobo-activation-2.0 \
ORBit-2.0 \
- libglade-2.0 >= $LIBGLADE_REQUIRED \
gnome-vfs-2.0 >= $LIBGNOMEVFS_REQUIRED \
gnome-vfs-module-2.0 \
gconf-2.0 \