diff options
author | Barry Warsaw <barry@python.org> | 2010-11-24 19:43:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-11-24 19:43:47 (GMT) |
commit | 14d98ac31b9f4e5b89284271f03fb77fc81ab624 (patch) | |
tree | 2f784cc5d4b814b41c4d14f2f308e1173c938e58 /configure.in | |
parent | fdba067213f1881632f9f1b7b4fce53cf88bbe28 (diff) | |
download | cpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.zip cpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.tar.gz cpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.tar.bz2 |
Final patch for issue 9807.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e86811e..0318133 100644 --- a/configure.in +++ b/configure.in @@ -618,7 +618,7 @@ INSTSONAME='$(LDLIBRARY)' DLLLIBRARY='' LDLIBRARYDIR='' RUNSHARED='' -LDVERSION="$(VERSION)" +LDVERSION="$VERSION" # LINKCC is the command that links the python executable -- default is $(CC). # If CXX is set, and if it is needed to link a main function that was |