From 43d5e7b140301a8ef7ba24b1c9909cc3a65285a1 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 5 May 2007 22:38:19 +0000 Subject: fix syntax errors git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@290 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/configure.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildtools/configure.pl b/buildtools/configure.pl index a33340d5..16ee575a 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -2142,13 +2142,13 @@ if ($platform eq "GNU") { push(@Makefile_config, 'CFLAGS_SHLIB = -fno-common', "\n"); my $installNameOpt; - if ($netpbmlib eq '') { + if ($netpbmlib_runtime_path eq '') { $installNameOpt = ''; } else { $installNameOpt = - '-install_name $(NETPBMLIB_RUNTIME_PATH)/libnetpbm.$(MAJ).dylib', - } - push(@Makefile_config, "LDSHLIB = -dynamiclib $installNameOpt\n" + '-install_name $(NETPBMLIB_RUNTIME_PATH)/libnetpbm.$(MAJ).dylib'; + } + push(@Makefile_config, "LDSHLIB = -dynamiclib $installNameOpt\n"); # push(@Makefile_config, "INSTALL = install\n"); } else { die ("Internal error: invalid value for \$platform: '$platform'\n"); -- cgit 1.4.1