From: Duraid Madina Date: Mon, 16 May 2005 05:39:00 +0000 (+0000) Subject: detect HP-UX when configuring X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4c61d924d46ee6320424c84b2f3a9ba3bd74721c;p=oota-llvm.git detect HP-UX when configuring git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22077 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 3bd7496585d..8c6d697fd8b 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -111,6 +111,9 @@ AC_CACHE_CHECK([type of operating system we're on], *-*-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" ;;