Skip to content

Commit 4cb2936

Browse files
author
frank
committed
don't check pthread before building, it is making no sense
1 parent 5dfa0ed commit 4cb2936

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wscript_configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ else:
200200
conf.env.MSLOGDIR = _join(conf.env.LOCALSTATEDIR,"log",conf.env.MSPATH)
201201
conf.env.MSMNTDIR = _join(conf.env.SHAREDSTATEDIR,conf.env.PACKAGE,"mnt")
202202
conf.check_tool('compiler_cc')
203-
conf.check_cc(lib='pthread')
204203
conf.check_cc(lib='dl')
205204
conf.check_tool('usermgmt')
206205
conf.check_message_1('Determining management server user name')

0 commit comments

Comments
 (0)