summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-26 17:57:19 (GMT)
committerdoko@python.org <doko@python.org>2013-01-26 17:57:19 (GMT)
commiteab42bf094d9951b38660538f3e15d90f952b650 (patch)
treeea4ba917a455d40f6162e7db4493140d0dd95f58 /configure.ac
parentfb931902c8b88e15d5b395cc1de1f063f28cf76b (diff)
downloadcpython-eab42bf094d9951b38660538f3e15d90f952b650.zip
cpython-eab42bf094d9951b38660538f3e15d90f952b650.tar.gz
cpython-eab42bf094d9951b38660538f3e15d90f952b650.tar.bz2
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15bd43c..b555f27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -348,7 +348,7 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
## [Use (OpenStep|Rhapsody) dynamic linker]))
##
# Set name for machine-dependent library files
-AC_SUBST(MACHDEP)
+AC_ARG_VAR([MACHDEP], [name for machine-dependent library files])
AC_MSG_CHECKING(MACHDEP)
if test -z "$MACHDEP"
then