[issue17550] --enable-profiling does nothing (shell syntax bug in configure.ac)

2013-04-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2ab2a09901f9 by Georg Brandl in branch '3.3': fix variable reference to fix --enable-profiling (closes #17550) http://hg.python.org/cpython/rev/2ab2a09901f9 -- stage: -> committed/rejected ___ Python tra

[issue17550] --enable-profiling does nothing (shell syntax bug in configure.ac)

2013-03-26 Thread Georg Brandl
Georg Brandl added the comment: Done, thanks for the pointer! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17550] --enable-profiling does nothing (shell syntax bug in configure.ac)

2013-03-26 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue17550] --enable-profiling does nothing (shell syntax bug in configure.ac)

2013-03-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: Georg, I fixed this in the 2.7.4 release branch. You might want to in 3.3, too. -- nosy: +benjamin.peterson, georg.brandl resolution: fixed -> stage: committed/rejected -> status: closed -> open versions: +Python 2.7 ___

[issue17550] --enable-profiling does nothing (shell syntax bug in configure.ac)

2013-03-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27cb49ede303 by Benjamin Peterson in branch '2.7': fix variable reference to fix --enable-profiling (closes #17550) http://hg.python.org/cpython/rev/27cb49ede303 New changeset d321885ff8f3 by Benjamin Peterson in branch '2.7': merge 2.7.4 release br

[issue17550] --enable-profiling does nothing (shell syntax bug in configure.ac)

2013-03-26 Thread Gergö Barany
New submission from Gergö Barany: Trying to configure Python (3.3 and 3.4 prerelease from Mercurial) with --enable-profiling doesn't work because the configure script contains a syntax error that causes it to conclude that the C compiler does not accept the -pg flag: $ ../cpython/configure --