Commit 4c1782ea authored by unknown's avatar unknown

- safeguard against an endless loop when MIT pthreads are not installed

   (Bug #121)

parent abd03435
......@@ -2583,7 +2583,7 @@ EOF
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.
(cd mit-pthreads; sh ./configure)
(cd mit-pthreads && sh ./configure) || exit 1
echo "End of MIT Pthreads configuration"
echo ""
LIBS="$MT_LD_ADD $LIBS"
......
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