Set firefox instead of mozilla to default browser

This commit is contained in:
Tatsuya Kinoshita
2016-03-13 21:45:37 +09:00
parent 640e003413
commit ea985ff41a
2 changed files with 4 additions and 4 deletions

View File

@@ -331,10 +331,10 @@ AC_DEFINE_UNQUOTED(DEF_MAILER, "$w3m_mailer")])
# ---------------------------------------------------------------- # ----------------------------------------------------------------
AC_DEFUN([AC_W3M_EXT_BROWSER], AC_DEFUN([AC_W3M_EXT_BROWSER],
[AC_SUBST(DEF_EXT_BROWSER) [AC_SUBST(DEF_EXT_BROWSER)
w3m_browser="/usr/bin/mozilla" w3m_browser="/usr/bin/firefox"
AC_MSG_CHECKING(which external browser is used by default) AC_MSG_CHECKING(which external browser is used by default)
AC_ARG_WITH(browser, AC_ARG_WITH(browser,
[ --with-browser=BROWSER default browser (/usr/bin/mozilla)], [ --with-browser=BROWSER default browser (/usr/bin/firefox)],
[w3m_browser="$with_browser"]) [w3m_browser="$with_browser"])
AC_MSG_RESULT($w3m_browser) AC_MSG_RESULT($w3m_browser)
AC_DEFINE_UNQUOTED(DEF_EXT_BROWSER, "$w3m_browser")]) AC_DEFINE_UNQUOTED(DEF_EXT_BROWSER, "$w3m_browser")])

4
configure vendored
View File

@@ -1486,7 +1486,7 @@ Optional Packages:
--with-migemo=MIGEMO_COMMAND migemo command --with-migemo=MIGEMO_COMMAND migemo command
--with-editor=EDITOR default editor (/usr/bin/vi) --with-editor=EDITOR default editor (/usr/bin/vi)
--with-mailer=MAILER default mailer (/usr/bin/mail) --with-mailer=MAILER default mailer (/usr/bin/mail)
--with-browser=BROWSER default browser (/usr/bin/mozilla) --with-browser=BROWSER default browser (/usr/bin/firefox)
--with-ssl=PREFIX support https protocol --with-ssl=PREFIX support https protocol
--with-termlib=LIBS terminal library --with-termlib=LIBS terminal library
LIBS is space separated list of: LIBS is space separated list of:
@@ -7345,7 +7345,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF _ACEOF
w3m_browser="/usr/bin/mozilla" w3m_browser="/usr/bin/firefox"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which external browser is used by default" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which external browser is used by default" >&5
$as_echo_n "checking which external browser is used by default... " >&6; } $as_echo_n "checking which external browser is used by default... " >&6; }