diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-06 04:19:43 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-06 04:19:43 +0800 |
commit | 76b9b6fd971e099e62df6e2472e9798d3bb21dec (patch) | |
tree | b3bf986dcc59d3c71375f9cd050a5a979aad1577 | |
parent | 0ed07508bdb5bc92e68f9a14f7bd5127d7c11521 (diff) | |
download | gsoc2013-epiphany-76b9b6fd971e099e62df6e2472e9798d3bb21dec.tar.gz gsoc2013-epiphany-76b9b6fd971e099e62df6e2472e9798d3bb21dec.tar.zst gsoc2013-epiphany-76b9b6fd971e099e62df6e2472e9798d3bb21dec.zip |
Use --with-gecko in the distcheck configure args.
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
Use --with-gecko in the distcheck configure args.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-12-05 Christian Persch <chpe@cvs.gnome.org> + + * Makefile.am: + + Use --with-gecko in the distcheck configure args. + 2005-12-04 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-find.c: (ephy_embed_find_set_selection): 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) |