diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
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 |