Skip to content
Snippets Groups Projects
Commit 0d51112a authored by Boyd Lynn Gerber's avatar Boyd Lynn Gerber Committed by Henrik (Grubba) Grubbström
Browse files

Oops, fixed thread-related typo for UnixWare.

Thanks to Boyd Lynn Gerber <gerberb@zenez.com>.

Rev: src/configure.in:1.364
parent b3b1d9f6
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.363 2000/03/31 22:31:15 hubbe Exp $") AC_REVISION("$Id: configure.in,v 1.364 2000/04/10 12:02:19 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -1341,7 +1341,7 @@ else ...@@ -1341,7 +1341,7 @@ else
xUnixWare*) xUnixWare*)
if test "$GCC" = yes ; then if test "$GCC" = yes ; then
CFLAGS="${LIBS} -pthread" CFLAGS="${CFLAGS} -pthread"
else else
CFLAGS="${CFLAGS} -Kthread" CFLAGS="${CFLAGS} -Kthread"
fi fi
...@@ -1643,7 +1643,7 @@ int main() ...@@ -1643,7 +1643,7 @@ int main()
case "x$pike_cv_sys_os" in case "x$pike_cv_sys_os" in
xUnixWare*) xUnixWare*)
if test "$GCC" = yes ; then if test "$GCC" = yes ; then
CFLAGS="${LIBS} -pthread" CFLAGS="${CFLAGS} -pthread"
else else
CFLAGS="${CFLAGS} -Kthread" CFLAGS="${CFLAGS} -Kthread"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment