about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-06-26 01:35:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-06-26 01:35:42 +0000
commit95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d (patch)
treefab7b3c6084383ec04478b54f5937c5a300b5d61 /buildtools
parenta795e001646b249b311348df2da83f1bb1444976 (diff)
downloadnetpbm-mirror-95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d.tar.gz
netpbm-mirror-95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d.tar.xz
netpbm-mirror-95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d.zip
Release 10.35.65
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@934 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/configure.pl3
1 files changed, 2 insertions, 1 deletions
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");