Oops, missed a part of the previous change.
This commit is contained in:
parent
8c26f32d5f
commit
074f5ff996
11
configure.ac
11
configure.ac
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user