mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix variable reference to fix --enable-profiling (closes #17550)
This commit is contained in:
parent
a1eb483d8f
commit
615ea1a98f
3 changed files with 7 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -5532,7 +5532,7 @@ fi
|
|||
|
||||
if test "x$enable_profiling" = xyes; then
|
||||
ac_save_cc="$CC"
|
||||
CC="$(CC) -pg"
|
||||
CC="$CC -pg"
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
int main() { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue