Commit 8042c79f authored by Bruce Momjian's avatar Bruce Momjian

Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.

parent be6c38b9
......@@ -11,8 +11,8 @@ esac
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
THREAD_LIBS="-pthread"
if test "$GCC" != yes
then THREAD_LIBS="-mt $THREAD_LIBS"
then THREAD_CPPFLAGS="-mt"
fi
THREAD_LIBS="-pthread"
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