diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-25 13:14:43 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-25 13:14:43 +0000 |
commit | b3ba9937900a48e779ccc0246d1ae0674745c5da (patch) | |
tree | 5bbc85493a17e2e43a35b4bfb21a3debfbdd05ec /configure | |
parent | a0739545ebb9ef469be1f1c1034231b76fdb8c6a (diff) | |
download | cpython-b3ba9937900a48e779ccc0246d1ae0674745c5da.tar.gz |
Refer to the Mac OS X bundle_loader by the altbininstall name, so that
building distutils extension modules also works if you've only done
an altinstall. Fixes bug #677293.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.390 . +# From configure.in Revision: 1.391 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -9356,7 +9356,7 @@ then else # No framework, use the Python app as bundle-loader BLDSHARED="$LDSHARED "'-bundle_loader $(BUILDPYTHON)' - LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/$(PYTHON)' + LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/python$(VERSION)$(EXE)' fi ;; Linux*|GNU*) LDSHARED='$(CC) -shared';; dgux*) LDSHARED="ld -G";; |