Oops, missed a part of the previous change.

This commit is contained in:
curt 2004-10-13 19:52:13 +00:00
parent 8c26f32d5f
commit 074f5ff996

View File

@ -303,6 +303,17 @@ case "${host}" in
esac
if test "x$OPENAL_OK" != "xyes"; then
echo
echo "You *must* have the openal library installed on your system to build"
echo "SimGear!"
echo
echo "Please see README.OpenAL for more details."
echo
echo "configure aborted."
exit
fi
openal_LIBS="$LIBS"
LIBS="$base_LIBS"