We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29faf13 commit ceac7b4Copy full SHA for ceac7b4
configure.ac
@@ -398,7 +398,7 @@ case "${host}" in
398
399
esac
400
401
-if test "$OPENAL_OK" == "no" -a "x$enable_headless" != "xyes"; then
+if test "$OPENAL_OK" = "no" -a "x$enable_headless" != "xyes"; then
402
echo
403
echo "You *must* have the openal library installed on your system to build"
404
echo "SimGear!"
@@ -409,7 +409,7 @@ if test "$OPENAL_OK" == "no" -a "x$enable_headless" != "xyes"; then
409
exit
410
fi
411
412
-if test "$ALUT_OK" == "no" -a "x$enable_headless" != "xyes"; then
+if test "$ALUT_OK" = "no" -a "x$enable_headless" != "xyes"; then
413
414
echo "You *must* have the alut library installed on your system to build"
415
0 commit comments