~ubuntu-branches/ubuntu/wily/mongodb/wily

« back to all changes in this revision

Viewing changes to .pc/0008-ignore-unused-local-typedefs.patch/SConstruct

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-08-26 09:41:32 UTC
  • mfrom: (1.2.25)
  • Revision ID: package-import@ubuntu.com-20130826094132-8cknfm4syxyip1zt
Tags: 1:2.4.6-0ubuntu1
* New upstream point release.
* d/control,d/tests/*: Add autopkgtests for server process and client
  shell functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
840
840
 
841
841
    if (conf.CheckCXXHeader( "execinfo.h" ) and
842
842
        conf.CheckDeclaration('backtrace', includes='#include <execinfo.h>') and
843
 
        conf.CheckDeclaration('backtrace_symbols', includes='#include <execinfo.h>')):
 
843
        conf.CheckDeclaration('backtrace_symbols', includes='#include <execinfo.h>') and
 
844
        conf.CheckDeclaration('backtrace_symbols_fd', includes='#include <execinfo.h>')):
844
845
 
845
846
        myenv.Append( CPPDEFINES=[ "MONGO_HAVE_EXECINFO_BACKTRACE" ] )
846
847