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

This commit is contained in:
Martin Spott 2011-09-05 14:17:00 +02:00
commit 39731debdc

View File

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