diff options
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2eab1e0..e40dd5c 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: |