diff options
author | doko@python.org <doko@python.org> | 2013-01-26 18:00:20 (GMT) |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-26 18:00:20 (GMT) |
commit | 682d8d4aaadc57c059e2f53a00c328e99050f3a8 (patch) | |
tree | 71a8d80dd32aac36ee7f4e61dbeebd1e08348692 /configure | |
parent | e103d689acf796a132eea9358981614171836fad (diff) | |
parent | eab42bf094d9951b38660538f3e15d90f952b650 (diff) | |
download | cpython-682d8d4aaadc57c059e2f53a00c328e99050f3a8.zip cpython-682d8d4aaadc57c059e2f53a00c328e99050f3a8.tar.gz cpython-682d8d4aaadc57c059e2f53a00c328e99050f3a8.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
@@ -812,6 +812,7 @@ with_computed_gotos ac_precious_vars='build_alias host_alias target_alias +MACHDEP CC CFLAGS LDFLAGS @@ -1486,6 +1487,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 |