From c38436e7de69348cf9216aa50ab32e3c2f043708 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 18 Apr 2004 10:39:19 +0000 Subject: Version 1.2.3. Default to not to build the nautilus view. 2004-04-18 Christian Persch * configure.in: Version 1.2.3. Default to not to build the nautilus view. --- configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3