Commit b1f5aa00 authored by lenz@mysql.com's avatar lenz@mysql.com

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

parent c484f82b
...@@ -1299,6 +1299,7 @@ then ...@@ -1299,6 +1299,7 @@ then
with_named_thread="-lgthreads -lsocket -lgthreads" with_named_thread="-lgthreads -lsocket -lgthreads"
# sched.h conflicts with fsu-threads # sched.h conflicts with fsu-threads
touch ./include/sched.h touch ./include/sched.h
touch ./include/semaphore.h
# We must have gcc # We must have gcc
if expr "$CC" : ".*gcc.*" if expr "$CC" : ".*gcc.*"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment