Fix bug where script was referencing host_arch instead of host_cpu.
authorStu Grossman <grossman@cygnus>
Tue, 19 Nov 1991 22:50:38 +0000 (22:50 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 19 Nov 1991 22:50:38 +0000 (22:50 +0000)
readline/configure.in

index 4006e70..e56aab6 100644 (file)
@@ -20,10 +20,16 @@ m88kbcs | sysv* | irix*)
 
 aix*)
        host_makefile_frag=config/hm-sysv
-       case "${host_arch}" in
+       case "${host_cpu}" in
        rs6000) files=sysdep-aix.h
        esac
        ;;
 esac
 
+case "${host_vendor}" in
+sco* )
+       host_makefile_frag=config/hm-sco
+       ;;
+esac
+
 # per-target: