If we're using thread pools, check for sem_init() in whatever
authoraland <aland>
Tue, 4 Apr 2000 17:54:34 +0000 (17:54 +0000)
committeraland <aland>
Tue, 4 Apr 2000 17:54:34 +0000 (17:54 +0000)
commite4ee34e31d9012e3d42ecacc262856e2f95fd027
treebf4f3fe73eecc6090bdac1a82fa935f88f20f1fe
parent15993735e2346c46e405302ce2d689097b25dbc0
If we're using thread pools, check for sem_init() in whatever
libraries were necessary to run threads.

Also updated PTHREADLIB, so '-lpthread' (or whatever) is just
dropped in as part of LIBS.  This allows the sem_init() check to
work, so I guess it's a Good Thing.
Make.inc.in
configure.in