* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 31 Aug 1993 16:03:04 +0000 (16:03 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 31 Aug 1993 16:03:04 +0000 (16:03 +0000)
configure.in

index 19f16f4..3547e70 100644 (file)
@@ -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 ;;