Commit 81657c9b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

bootstrap: Fix previous commit.

parent 7173c8f8
......@@ -47,8 +47,6 @@ if test -d extras/contrib/bin; then
export BELIBRARIES=./extras/contrib/lib:$BELIBRARIES
fi
elif test ".`uname -s`" = ".Darwin"; then
# Make sure contrib has been built
if test ! -e ./extras/contrib/config.mak; then
set +x
echo ""
echo "ERR: Contribs haven't been built"
......@@ -60,7 +58,6 @@ elif test ".`uname -s`" = ".Darwin"; then
echo ""
set -x
exit 1
fi
fi
# Check for autoconf
......
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