~ubuntu-branches/ubuntu/saucy/python2.7/saucy-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-06 17:45:49 UTC
  • mfrom: (1.1.14) (27.2.19 experimental)
  • Revision ID: package-import@ubuntu.com-20130406174549-jvhwjh629y7w40u0
Tags: 2.7.4-1ubuntu1
* Merge with Debian; remaining changes:
  - Build-depend on python:any instead of python.

Show diffs side-by-side

added added

removed removed

Lines of Context:
833
833
              AS_HELP_STRING([--enable-profiling], [enable C-level code profiling]))
834
834
if test "x$enable_profiling" = xyes; then
835
835
  ac_save_cc="$CC"
836
 
  CC="$(CC) -pg"
 
836
  CC="$CC -pg"
837
837
  AC_LINK_IFELSE([AC_LANG_SOURCE([[int main() { return 0; }]])],
838
838
    [],
839
839
    [enable_profiling=no])