about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-18 19:04:37 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-18 19:04:37 +0000
commit49f4336c9bba33650573ba780b70bc501b38643e (patch)
treefb90955625af35cb9f97bda6b04db77a82df2287 /buildtools
parent5b6f108e18f64f5fb9c1f658386eaf947ae4bdee (diff)
downloadnetpbm-mirror-49f4336c9bba33650573ba780b70bc501b38643e.tar.gz
netpbm-mirror-49f4336c9bba33650573ba780b70bc501b38643e.tar.xz
netpbm-mirror-49f4336c9bba33650573ba780b70bc501b38643e.zip
Release 10.35.68
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@989 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 4248b4c5..2f301ab7 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -1893,7 +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");
+        push(@Makefile_config, "LDSHLIB =\n");
     }
 } elsif ($platform eq "AIX") {
     push(@Makefile_config, 'LDFLAGS = -L /usr/pubsw/lib', "\n");