>>>>> "Matthias" == Matthias Klose <[EMAIL PROTECTED]> writes:
Matthias> This patch checks for a build using xulrunner-1.9. Ok to
Matthias> checkin? (please commit it to classpath as well).
Matthias> PKG_CHECK_MODULES(MOZILLA, mozilla-plugin, [MOZILLA_FOUND=yes],
[MOZILLA_FOUND=no])
Matthias> if test "x${MOZILLA_FOUND}" = xno; then
Matthias> + PKG_CHECK_MODULES(MOZILLA, mozilla-plugin libxul,
[MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
Is that 'mozilla-plugin' in the new PKG_CHECK_MODULES a mistake?
Should it just look for libxul here?
Tom