aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
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 /acinclude.m4
parentMerge pull request #152 from bptato/master (diff)
downloadw3m-dfd4f1fcdaf1604ebb461c8b7e2282e69c33f416.tar.gz
w3m-dfd4f1fcdaf1604ebb461c8b7e2282e69c33f416.zip
Enable Gopher support by default
Diffstat (limited to '')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ed1035d..28a8aa6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -125,8 +125,8 @@ AC_DEFUN([AC_W3M_GOPHER],
[AC_SUBST(USE_GOPHER)
AC_MSG_CHECKING(if gopher is enabled)
AC_ARG_ENABLE(gopher,
- [ --enable-gopher enable GOPHER],,
- [enable_gopher="no"])
+ [ --disable-gopher disable GOPHER],,
+ [enable_gopher="yes"])
test x"$enable_gopher" = xyes && AC_DEFINE(USE_GOPHER)
AC_MSG_RESULT($enable_gopher)])
#