don't check pthread before building, it is making no sense

This commit is contained in:
frank 2011-12-19 10:59:11 -08:00
parent 5dfa0ed169
commit 4cb293668d

View File

@ -200,7 +200,6 @@ else:
conf.env.MSLOGDIR = _join(conf.env.LOCALSTATEDIR,"log",conf.env.MSPATH) conf.env.MSLOGDIR = _join(conf.env.LOCALSTATEDIR,"log",conf.env.MSPATH)
conf.env.MSMNTDIR = _join(conf.env.SHAREDSTATEDIR,conf.env.PACKAGE,"mnt") conf.env.MSMNTDIR = _join(conf.env.SHAREDSTATEDIR,conf.env.PACKAGE,"mnt")
conf.check_tool('compiler_cc') conf.check_tool('compiler_cc')
conf.check_cc(lib='pthread')
conf.check_cc(lib='dl') conf.check_cc(lib='dl')
conf.check_tool('usermgmt') conf.check_tool('usermgmt')
conf.check_message_1('Determining management server user name') conf.check_message_1('Determining management server user name')