aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-21 17:48:18 +0200
committerJiri Vanek <[email protected]>2012-05-21 17:48:18 +0200
commitd6e4a455af851a78ed51b66956f8ca2c9ecaf788 (patch)
treeb4665cd432f6d4eed0692afbc6e8be33d3a2dc39 /configure.ac
parent17a23e2ea846e7d7460ecb71a1d375b0244148cf (diff)
Added check for browsers and targets ensuring theirs proper linking with icedtea-web plugin
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4158022..a59d778 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,11 @@ IT_CHECK_XULRUNNER_API_VERSION
#
AC_CHECK_PROGS([XSLTPROC],[xsltproc],[], [])
+AC_CHECK_PROGS([FIREFOX],[firefox],[], [])
+AC_CHECK_PROGS([CHROME],[google-chrome],[], [])
+AC_CHECK_PROGS([CHROMIUM],[chromium-browser],[], [])
+AC_CHECK_PROGS([OPERA],[opera],[], [])
+
AM_CONDITIONAL([WITH_XSLTPROC], [test x"$XSLTPROC" != x ])
IT_FIND_OPTIONAL_JAR([rhino], RHINO,
[/usr/share/java/js.jar /usr/share/rhino-1.6/lib/js.jar])