From 398765e790c01b8b6ecae65a34422e378aeeff00 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 29 Jan 2012 17:58:28 +0300 Subject: [PATCH] configure.ac: treat firefox as browser as well MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Found out by Michał Górny Signed-off-by: Sergei Trofimovich (cherry picked from commit 1da8ab58f8e1e929ccacfa5db5d00bf02f01c032) Signed-off-by: Andrew Borodin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 31d773368..f1f492694 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AC_PROG_LN_S AC_CHECK_TOOL(AR, ar, ar) dnl Only list browsers here that can be run in background (i.e. with `&') -AC_CHECK_PROGS(X11_WWW, [gnome-moz-remote mozilla konqueror opera netscape]) +AC_CHECK_PROGS(X11_WWW, [gnome-moz-remote mozilla firefox konqueror opera]) dnl dnl Ovverriding mmap support. This has to be before AC_FUNC_MMAP is used. -- 2.11.4.GIT