aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1af0af3c..8df73620a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-10-02 Christian Persch <chpe@cvs.gnome.org>
+ * Makefile.am:
+
+ Add --with-mozilla to distcheck's configure arguments.
+
+2004-10-02 Christian Persch <chpe@cvs.gnome.org>
+
* src/window-commands.c: (window_cmd_help_about):
Simply use gtk_icon_theme_load_icon().
diff --git a/Makefile.am b/Makefile.am
index 234ebe062..5bc71c8a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,4 +22,4 @@ DISTCLEANFILES = \
intltool-merge \
intltool-update
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-schemas-install
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-schemas-install --with-mozilla=$(MOZILLA)