Enable Gopher support by default

This commit is contained in:
Tatsuya Kinoshita
2020-10-24 15:18:02 +09:00
parent 35bc5aa843
commit dfd4f1fcda
2 changed files with 4 additions and 4 deletions

View File

@@ -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)])
#