Changeset 1435
- Timestamp:
- 11/14/2006 01:20:25 AM (22 months ago)
- Files:
-
- 1 modified
-
trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r1397 r1435 243 243 autoconf.env.Append(CPPFLAGS = [ '-DHAVE_UUID_H' ], LIBUUID = 'uuid') 244 244 245 ol = env['LIBS']246 if autoconf.CheckLibWithHeader('fcgi', 'fastcgi.h', 'C'):247 autoconf.env.Append(LIBFCGI = 'fcgi')248 env['LIBS'] = ol245 ## ol = env['LIBS'] 246 ## if autoconf.CheckLibWithHeader('fcgi', 'fastcgi.h', 'C'): 247 ## autoconf.env.Append(LIBFCGI = 'fcgi') 248 ## env['LIBS'] = ol 249 249 250 250 ol = env['LIBS']

