]> granicus.if.org Git - python/commitdiff
Expand LINKCC in configure.in. Suggested in bug report #529713.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 19 Mar 2002 15:15:32 +0000 (15:15 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 19 Mar 2002 15:15:32 +0000 (15:15 +0000)
configure
configure.in

index 14297567df1919b9bd9d25afec7329f4919d7c84..ee4ce43acc92fe3be08f22055baf700885e22f81 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.296 
+# From configure.in Revision: 1.297 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -1430,9 +1430,9 @@ then
        AIX*)
           LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
        dgux*)
-          LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
+          LINKCC="LD_RUN_PATH=$libdir $LINKCC";;
        Monterey64*)
-          LINKCC="$(LINKCC) -L/usr/lib/ia64l64";;
+          LINKCC="$LINKCC -L/usr/lib/ia64l64";;
        esac
 fi
 echo "$ac_t""$LINKCC" 1>&6
index ee6b4bb823804aee9e50bfd95942d9d09280bcdd..ac14e189055e5047705c62d63978dc1630fd5530 100644 (file)
@@ -294,9 +294,9 @@ then
        AIX*)
           LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
        dgux*)
-          LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
+          LINKCC="LD_RUN_PATH=$libdir $LINKCC";;
        Monterey64*)
-          LINKCC="$(LINKCC) -L/usr/lib/ia64l64";;
+          LINKCC="$LINKCC -L/usr/lib/ia64l64";;
        esac
 fi
 AC_MSG_RESULT($LINKCC)