From 95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 26 Jun 2009 01:35:42 +0000 Subject: Release 10.35.65 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@934 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/configure.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildtools') diff --git a/buildtools/configure.pl b/buildtools/configure.pl index 89eccc61..4248b4c5 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -449,7 +449,7 @@ sub getCompiler($$) { "TRU64" => 1, "SCO" => 1, "AIX" => 1, - "HP" => 1); + "HP-UX" => 1); my %gccUsualPlatform = ("GNU" => 1, "NETBSD" => 1, @@ -1893,6 +1893,7 @@ if ($platform eq "GNU") { # We don't know what to do here. We used to (before 10.20) just # just assume the compiler was gcc. We know that the gcc stuff # above does NOT work for HP native compiler. + push(@config_mk, "LDSHLIB =\n"); } } elsif ($platform eq "AIX") { push(@Makefile_config, 'LDFLAGS = -L /usr/pubsw/lib', "\n"); -- cgit 1.4.1