Merge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into next
This commit is contained in:
commit
5a198ca9f5
1 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ case "${host}" in
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$OPENAL_OK" == "no"; then
|
if test "$OPENAL_OK" = "no"; then
|
||||||
echo
|
echo
|
||||||
echo "You *must* have the openal library installed on your system to build"
|
echo "You *must* have the openal library installed on your system to build"
|
||||||
echo "SimGear!"
|
echo "SimGear!"
|
||||||
|
@ -541,7 +541,7 @@ if test "$OPENAL_OK" == "no"; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ALUT_OK" == "no"; then
|
if test "$ALUT_OK" = "no"; then
|
||||||
echo
|
echo
|
||||||
echo "You *must* have the alut library installed on your system to build"
|
echo "You *must* have the alut library installed on your system to build"
|
||||||
echo "SimGear!"
|
echo "SimGear!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue