commit | b9be7bbe2e86f8ac5fd6a26b049d47d541d28f4e | [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 | b716c98d4cef5bf41644a09a255fad1f83ef2595 | |
parent | da2c7ebd234fc904f6d6de2191eb5f72e8992c95 [diff] [blame] |
fix variable reference to fix --enable-profiling (closes #17550)
diff --git a/configure b/configure index d3c722f..528aa51 100755 --- a/configure +++ b/configure
@@ -5281,7 +5281,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; }