aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-10-24 06:18:02 +0000
committerTatsuya Kinoshita <tats@debian.org>2020-10-24 06:18:02 +0000
commitdfd4f1fcdaf1604ebb461c8b7e2282e69c33f416 (patch)
tree923e5104e364204afe7d2c4b480a1feea906f735 /configure
parentMerge pull request #152 from bptato/master (diff)
downloadw3m-dfd4f1fcdaf1604ebb461c8b7e2282e69c33f416.tar.gz
w3m-dfd4f1fcdaf1604ebb461c8b7e2282e69c33f416.zip
Enable Gopher support by default
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7b69499..130460b 100755
--- a/configure
+++ b/configure
@@ -1460,7 +1460,7 @@ Optional Features:
--disable-alarm disable alarm
--disable-cookie disable cookie
--disable-nntp disable NNTP
- --enable-gopher enable GOPHER
+ --disable-gopher disable GOPHER
--disable-dict disable dictionary lookup (see README.dict)
--disable-help-cgi disable help cgi
--disable-external-uri-loader disable external URI loader
@@ -7220,7 +7220,7 @@ $as_echo_n "checking if gopher is enabled... " >&6; }
if test "${enable_gopher+set}" = set; then :
enableval=$enable_gopher;
else
- enable_gopher="no"
+ enable_gopher="yes"
fi
test x"$enable_gopher" = xyes && $as_echo "#define USE_GOPHER 1" >>confdefs.h