* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
This commit is contained in:
parent
875fc229ff
commit
54fdaa7bbb
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ case "${host}" in
|
|||
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
|
||||
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
|
||||
*-bull-bosx*) host_makefile_frag=config/mh-aix ;;
|
||||
*-sun-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
||||
*-*-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
||||
m68k-sun-*) host_makefile_frag=config/mh-sun3 ;;
|
||||
*-sun-*) host_makefile_frag=config/mh-sun ;;
|
||||
*-hp-hpux) host_makefile_frag=config/mh-hpux ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue