diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-04-18 18:39:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-04-18 18:39:19 +0800 |
commit | c38436e7de69348cf9216aa50ab32e3c2f043708 (patch) | |
tree | 36263426b5885bbd3bee2707e07c32a4c1847542 | |
parent | 187c9cdee99497964d4ff05ca609e2d40240920c (diff) | |
download | gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.gz gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.bz2 gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.lz gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.xz gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.zst gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.zip |
Version 1.2.3. Default to not to build the nautilus view.
2004-04-18 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Version 1.2.3.
Default to not to build the nautilus view.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.in | 5 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,10 @@ +2004-04-18 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Version 1.2.3. + Default to not to build the nautilus view. + 2004-04-18 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed.c: (ephy_embed_chrome_get_type): diff --git a/configure.in b/configure.in index 08d0b61ff..6e21c9591 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 1.2.2.90, +AC_INIT([epiphany], [1.2.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.2 @@ -62,9 +62,6 @@ AC_ARG_ENABLE(nautilus-view, [ --enable-nautilus-view (auto,yes,no) Enable Nautilus View Epiphany Component]) AC_MSG_CHECKING(if NautilusView Epiphany component is wanted) -if test "x$enable_nautilus_view" = "x" ; then - enable_nautilus_view=auto -fi if test "x$enable_nautilus_view" = "xauto"; then temptest=`pkg-config --cflags libnautilus 2> /dev/null` if test "x$temptest" = "x" ; then |