This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cp-patches] [patch] check for xulrunner-1.9


>>>>> "Matthias" == Matthias Klose <doko@ubuntu.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]