This patch checks for a build using xulrunner-1.9. Ok to checkin? (please commit
it to classpath as well).

  Matthias

libjava/classpath/ChangeLog:

2008-02-12  Alexander Sack  <[EMAIL PROTECTED]>

        * configure.ac: Check for xulrunner-1.9.
        * configure: regenerate.

--- libjava/classpath/configure.ac.orig 2008-02-08 17:02:59.000000000 +0000
+++ libjava/classpath/configure.ac      2008-02-08 17:03:51.000000000 +0000
@@ -704,6 +704,9 @@
   if test "x${COMPILE_PLUGIN}" = xyes; then
     PKG_CHECK_MODULES(MOZILLA, mozilla-plugin, [MOZILLA_FOUND=yes], 
[MOZILLA_FOUND=no])
     if test "x${MOZILLA_FOUND}" = xno; then
+      PKG_CHECK_MODULES(MOZILLA, mozilla-plugin libxul, [MOZILLA_FOUND=yes], 
[MOZILLA_FOUND=no])
+    fi
+    if test "x${MOZILLA_FOUND}" = xno; then
       PKG_CHECK_MODULES(MOZILLA, firefox-plugin firefox-xpcom, 
[MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
     fi
     if test "x${MOZILLA_FOUND}" = xno; then

Reply via email to