- portability fix for SCO Open Server 5.0.7 (thanks to Boyd Gerber)

This commit is contained in:
unknown 2004-08-12 21:55:05 +02:00
commit d202aefd99

View file

@ -1299,6 +1299,7 @@ then
with_named_thread="-lgthreads -lsocket -lgthreads"
# sched.h conflicts with fsu-threads
touch ./include/sched.h
touch ./include/semaphore.h
# We must have gcc
if expr "$CC" : ".*gcc.*"