File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ Help(opts.GenerateHelpText(g_env))
39
39
40
40
modules = ['lib/SConstruct' ,
41
41
'preproc/SConstruct' ,
42
- 'index/SConstruct' ,
43
- 'lang/SConstruct' ,
44
- 'circus/SConstruct' ]
42
+ 'index/SConstruct' ]
45
43
46
44
conf = Configure (g_env )
47
45
@@ -53,17 +51,17 @@ if not conf.CheckLib('Judy', autoadd=0):
53
51
print 'Did not find libJudy.a or Judy.lib, exiting!'
54
52
Exit (1 )
55
53
56
- if not conf .CheckHeader ('zlib.h' , language = 'C' ):
57
- print 'Did not find zlib.h, exiting!'
58
- Exit (1 )
54
+ # if not conf.CheckHeader('zlib.h', language='C'):
55
+ # print 'Did not find zlib.h, exiting!'
56
+ # Exit(1)
59
57
60
- if not conf .CheckLib ('z' , autoadd = 0 ):
61
- print 'Did not find libz.a or z.lib, exiting!'
62
- Exit (1 )
58
+ # if not conf.CheckLib('z', autoadd=0):
59
+ # print 'Did not find libz.a or z.lib, exiting!'
60
+ # Exit(1)
63
61
64
- if not conf .CheckLib ('readline' , autoadd = 0 ):
65
- print 'Did not find libreadline.a, exiting!'
66
- Exit (1 )
62
+ # if not conf.CheckLib('readline', autoadd=0):
63
+ # print 'Did not find libreadline.a, exiting!'
64
+ # Exit(1)
67
65
68
66
#if g_env['DOCBDB']:
69
67
# if not conf.CheckLib('db', autoadd=0):
You can’t perform that action at this time.
0 commit comments