mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

65 lines
2.3 KiB

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/esden/w3m/config.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./configure~ Thu Feb 6 17:15:10 2003
+++ ./configure Mon Mar 17 17:04:55 2003
@@ -767,7 +767,7 @@
5)
use_color=y;
use_menu=y;
- use_mouse=y;
+ use_mouse=n;
use_cookie=y;
use_ssl=y;
customized=y
@@ -801,7 +801,7 @@
ask_param "Use mouse (requires xterm/kterm/gpm/sysmouse)" use_mouse n
ask_param "Use popup menu" use_menu y
ask_param "Use cookie" use_cookie n
-ask_param "Use SSL (need OpenSSL library; Please see http://www.openssl.org/)" use_ssl n
+ask_param "Use SSL (need OpenSSL library; Please see http://www.openssl.org/)" use_ssl y
all_yes=$save_all_yes
@@ -819,11 +819,11 @@
def_param "use_digest_auth" n
fi
-ask_param "Inline image support" use_image n
+ask_param "Inline image support" use_image y
if [ "$use_image" = y ]; then
def_use_image="#define USE_IMAGE"
imgtarget='$(IMGDISPLAY)'
- ask_param "X11 inline image support (you need Imlib, Imlib2 or GdkPixbuf library)" use_w3mimg_x11 y
+ ask_param "X11 inline image support (you need Imlib, Imlib2 or GdkPixbuf library)" use_w3mimg_x11 n
d_w3mimg_fb=n
case $sysname in
Linux|linux|LINUX)
@@ -844,7 +844,7 @@
fi
if [ "$use_color" = y ]; then
- ask_param "ANSI color escape sequences support" use_ansi_color n
+ ask_param "ANSI color escape sequences support" use_ansi_color y
else
use_ansi_color=n
def_param "use_ansi_color" n