Bug 1945 - third party javac selected before gcj
Summary: third party javac selected before gcj
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2005-11-29 17:13 UTC by Andrew Cagney
Modified: 2006-01-31 16:01 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-11-29 17:13:37 UTC
The check for JAVAC is in the wrong order - it will select a third party JAVAC
over GCJ (the latter may not even work).
Comment 1 Andrew Cagney 2005-11-29 17:16:42 UTC
Index: frysk-imports/common/ChangeLog
2005-11-29  Andrew Cagney  <cagney@redhat.com>

        * acinclude.m4 (AC_CHECK_PROGS([JAVAC]): Check for javac last..
Comment 2 Andrew Cagney 2005-11-29 17:20:31 UTC
fixed by change