Changeset 1435

Show
Ignore:
Timestamp:
11/14/2006 01:20:25 AM (22 months ago)
Author:
jan
Message:

the fastcgi tests aren't working right now, so don't compile the
test-programs either

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1397 r1435  
    243243                        autoconf.env.Append(CPPFLAGS = [ '-DHAVE_UUID_H' ], LIBUUID = 'uuid') 
    244244 
    245         ol = env['LIBS'] 
    246         if autoconf.CheckLibWithHeader('fcgi', 'fastcgi.h', 'C'): 
    247                 autoconf.env.Append(LIBFCGI = 'fcgi') 
    248         env['LIBS'] = ol 
     245        ## ol = env['LIBS'] 
     246        ## if autoconf.CheckLibWithHeader('fcgi', 'fastcgi.h', 'C'): 
     247        ##      autoconf.env.Append(LIBFCGI = 'fcgi') 
     248        ## env['LIBS'] = ol 
    249249 
    250250        ol = env['LIBS']