From 54fdaa7bbb8684d3c16b1dfbf4aea6ba3b363c30 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 31 Aug 1993 16:03:04 +0000 Subject: [PATCH] * configure.in: Match *-*-solaris2* not *-sun-solaris2*. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 19f16f458d1..3547e70f9b8 100644 --- a/configure.in +++ b/configure.in @@ -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 ;; -- 2.30.2