diff options
author | doko@python.org <doko@python.org> | 2013-01-26 17:57:19 (GMT) |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-26 17:57:19 (GMT) |
commit | eab42bf094d9951b38660538f3e15d90f952b650 (patch) | |
tree | ea4ba917a455d40f6162e7db4493140d0dd95f58 /configure | |
parent | fb931902c8b88e15d5b395cc1de1f063f28cf76b (diff) | |
download | cpython-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')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -810,6 +810,7 @@ with_computed_gotos ac_precious_vars='build_alias host_alias target_alias +MACHDEP CC CFLAGS LDFLAGS @@ -1484,6 +1485,7 @@ Optional Packages: default on supported compilers) Some influential environment variables: + MACHDEP name for machine-dependent library files CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |