https://issues.apache.org/bugzilla/show_bug.cgi?id=48067
--- Comment #9 from HWS <[email protected]> 2009-11-11 07:35:03 UTC --- /usr/bin/awk in Solaris does not understand tolower(), even though there is no error; it simply passes its argument unchanged. Only nawk and /usr/xpg4/bin/awk have a working tolower(). Thus the strategy to select the best awk with configure is right. However, /usr/xpg4/bin/awk should be explicitly mentioned in the search list before nawk. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
