From 5b27b9d6bb2224303e2adc74fa0cf23d74cebec7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 4 Jun 2009 22:37:51 +0000 Subject: Fix bug: doesn't offer Gcc as optional compiler on HP-UX git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@933 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools') diff --git a/buildtools/configure.pl b/buildtools/configure.pl index 18643f47..29887642 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -520,7 +520,7 @@ sub getCompiler($$$) { "TRU64" => 1, "SCO" => 1, "AIX" => 1, - "HP" => 1); + "HP-UX" => 1); my %gccUsualPlatform = ("GNU" => 1, "NETBSD" => 1, -- cgit 1.4.1