From f4bda0ff1327bdc5ee5a5e3605199cfa2e5b26f6 Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Wed, 13 Nov 1991 22:16:12 +0000 Subject: [PATCH] Added support for SCO. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 2eab1e075a5..e40dd5c9e6b 100644 --- a/configure.in +++ b/configure.in @@ -17,6 +17,10 @@ sysv* | irix*) host_makefile_frag=config/mh-sysv ;; svr4) host_makefile_frag=config/mh-svr4 ;; esac +case "${host_vendor}" in +sco*) host_makefile_frag=config/mh-sco ;; +esac + # per-target: -- 2.30.2