diff options
author | Ben Elliston <bje@gnu.org> | 2001-09-19 06:07:36 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2001-09-19 06:07:36 +0000 |
commit | 5df2a48314f46b960b3a97be9493fe574a40fb4e (patch) | |
tree | d015e17da4b3aabaf795149ae579055ebb2c3362 /ChangeLog | |
parent | 5733509e25f40d3640c1648dcb89ae5234d097e8 (diff) | |
download | cygnal-5df2a48314f46b960b3a97be9493fe574a40fb4e.tar.gz cygnal-5df2a48314f46b960b3a97be9493fe574a40fb4e.tar.bz2 cygnal-5df2a48314f46b960b3a97be9493fe574a40fb4e.zip |
2001-09-19 Ben Elliston <bje@redhat.com>
* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
semantics. Use the shell built-in "type" command instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-09-19 Ben Elliston <bje@redhat.com> + + * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on + Solaris when testing for the /usr/ucb/cc compiler; it has incorrect + semantics. Use the shell built-in "type" command instead. + 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * config.sub: Reverted the earlier change, this version is not the |