commit | 5ea2ba8bae6bc411f869c418b68fe261f1e8822f | [log] [tgz] |
---|---|---|
author | Duraid Madina <duraid@octopus.com.au> | Mon May 16 05:39:00 2005 +0000 |
committer | Duraid Madina <duraid@octopus.com.au> | Mon May 16 05:39:00 2005 +0000 |
tree | 87b5e12536740809375804e9c7a4a43e2100bc2f | |
parent | a1a1e93da9df20a73491c2a78a0a4e3b1440b61d [diff] [blame] |
detect HP-UX when configuring llvm-svn: 22077
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 3bd7496..8c6d697 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac
@@ -111,6 +111,9 @@ *-*-freebsd*) llvm_cv_os_type="FreeBSD" llvm_cv_platform_type="Unix" ;; + *-*-hpux*) + llvm_cv_os_type="HP-UX" + llvm_cv_platform_type="Unix" ;; *-*-interix*) llvm_cv_os_type="Interix" llvm_cv_platform_type="Unix" ;;