configure.ac: treat firefox as browser as well

Found out by Michał Górny

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich 2012-01-29 17:58:28 +03:00 committed by Andrew Borodin
parent d74841e6e1
commit 1da8ab58f8

View File

@ -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.