1
0
Fork 0

Merge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into next

This commit is contained in:
Martin Spott 2011-09-05 14:17:31 +02:00
commit 5a198ca9f5

View file

@ -530,7 +530,7 @@ case "${host}" in
esac
if test "$OPENAL_OK" == "no"; then
if test "$OPENAL_OK" = "no"; then
echo
echo "You *must* have the openal library installed on your system to build"
echo "SimGear!"
@ -541,7 +541,7 @@ if test "$OPENAL_OK" == "no"; then
exit
fi
if test "$ALUT_OK" == "no"; then
if test "$ALUT_OK" = "no"; then
echo
echo "You *must* have the alut library installed on your system to build"
echo "SimGear!"