summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-11-24 19:43:47 (GMT)
committerBarry Warsaw <barry@python.org>2010-11-24 19:43:47 (GMT)
commit14d98ac31b9f4e5b89284271f03fb77fc81ab624 (patch)
tree2f784cc5d4b814b41c4d14f2f308e1173c938e58 /configure.in
parentfdba067213f1881632f9f1b7b4fce53cf88bbe28 (diff)
downloadcpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.zip
cpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.tar.gz
cpython-14d98ac31b9f4e5b89284271f03fb77fc81ab624.tar.bz2
Final patch for issue 9807.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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