diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-03-13 12:45:37 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-03-13 12:46:22 +0000 |
commit | ea985ff41a80c06a72c445b42c17038ea37d50e3 (patch) | |
tree | 9f209760fa3489a71acb83057f65f8bcb1bf293c /configure | |
parent | Update PO strings for extbrowser4..9 (diff) | |
download | w3m-ea985ff41a80c06a72c445b42c17038ea37d50e3.tar.gz w3m-ea985ff41a80c06a72c445b42c17038ea37d50e3.zip |
Set firefox instead of mozilla to default browser
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1486,7 +1486,7 @@ Optional Packages: --with-migemo=MIGEMO_COMMAND migemo command --with-editor=EDITOR default editor (/usr/bin/vi) --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-termlib=LIBS terminal library LIBS is space separated list of: @@ -7345,7 +7345,7 @@ cat >>confdefs.h <<_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_n "checking which external browser is used by default... " >&6; } |