commit | 615ea1a98f07bc67c8a65ff82888298d3cce9153 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Mar 26 08:55:37 2013 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Mar 26 08:55:37 2013 -0400 |
tree | 5079363005c0bc5dbaeaa9e92305acc2e2f67fde | |
parent | a1eb483d8fcf785e13829d3e3d6cb0d772443d7a [diff] [blame] |
fix variable reference to fix --enable-profiling (closes #17550)
diff --git a/configure b/configure index fa8d518..d3214ab 100755 --- a/configure +++ b/configure
@@ -5532,7 +5532,7 @@ 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; }