From 76b9b6fd971e099e62df6e2472e9798d3bb21dec Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 5 Dec 2005 20:19:43 +0000 Subject: Use --with-gecko in the distcheck configure args. 2005-12-05 Christian Persch * Makefile.am: Use --with-gecko in the distcheck configure args. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 29a48399d..00a602a7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,4 +21,4 @@ DISTCLEANFILES = \ intltool-update \ gnome-doc-utils.make -DISTCHECK_CONFIGURE_FLAGS = --enable-dbus --enable-python --enable-gtk-doc --disable-schemas-install --disable-scrollkeeper --with-mozilla=$(MOZILLA) +DISTCHECK_CONFIGURE_FLAGS = --enable-dbus --enable-python --enable-gtk-doc --disable-schemas-install --disable-scrollkeeper --with-gecko=$(MOZILLA) -- cgit