Skip to content
Snippets Groups Projects
Commit b1335ccc authored by Francesco Chemolli's avatar Francesco Chemolli Committed by Henrik (Grubba) Grubbström
Browse files

Applied patch by Francesco Chemolli enabling pthreads on AIX.

Rev: src/configure.in:1.210
parent 85d1b50a
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.209 1998/07/01 20:21:07 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.210 1998/07/03 11:27:29 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -827,6 +827,10 @@ int main(int argc, char **argv) ...@@ -827,6 +827,10 @@ int main(int argc, char **argv)
fi fi
;; ;;
xAIX*)
LIBS="${OLDLIBS} -lpthreads"
;;
*) *)
LIBS="${OLDLIBS} -lpthread" LIBS="${OLDLIBS} -lpthread"
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment