This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [cp-patches] [patch] check for xulrunner-1.9
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>, classpath-patches at gnu dot org
- Date: Wed, 13 Feb 2008 08:08:59 -0700
- Subject: Re: [cp-patches] [patch] check for xulrunner-1.9
- References: <47B1F5A4.80605@ubuntu.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "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