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

(Bug #121)
This commit is contained in:
unknown 2003-03-05 09:49:28 +01:00
parent abd0343512
commit 4c1782eab7

View file

@ -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"