summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-26 12:58:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-26 12:58:16 (GMT)
commitfccfb824e60ad5871f76d889159bd1ff4a16b81b (patch)
tree297850c3979bfa22c4f0e30b356b35990ead3a22 /configure
parent711c37076a954bb9a6109f0a150da369749ae0e8 (diff)
parentdbc5f8c39bdc2a6b16ef59125f9fa872e765b327 (diff)
downloadcpython-fccfb824e60ad5871f76d889159bd1ff4a16b81b.zip
cpython-fccfb824e60ad5871f76d889159bd1ff4a16b81b.tar.gz
cpython-fccfb824e60ad5871f76d889159bd1ff4a16b81b.tar.bz2
merge 3.3 (#17550)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aefad26..7d8a655 100755
--- a/configure
+++ b/configure
@@ -5534,7 +5534,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; }