Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libtiff/SConstruct

    r2 r846  
    1 # $Id: SConstruct,v 1.2 2006/03/23 14:54:00 dron Exp $
     1# $Id: SConstruct,v 1.4 2007/02/24 15:03:47 dron Exp $
    22
    33# Tag Image File Format (TIFF) Software
     
    7777# Now proceed to system feature checks
    7878target_cpu, target_vendor, target_kernel, target_os = \
    79     os.popen("./config.guess").readlines()[0].split("-")
     79    os.popen("./config/config.guess").readlines()[0].split("-")
    8080
    8181def Define(context, key, have):
     
    133133conf.CheckCHeader('assert.h')
    134134conf.CheckCHeader('fcntl.h')
     135conf.CheckCHeader('io.h')
    135136conf.CheckCHeader('limits.h')
    136137conf.CheckCHeader('malloc.h')
     
    146147conf.CheckFunc('mmap')
    147148conf.CheckFunc('pow')
     149conf.CheckFunc('setmode')
    148150conf.CheckFunc('sqrt')
    149151conf.CheckFunc('strchr')
Note: See TracChangeset for help on using the changeset viewer.