X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=09caad866497b2752795ba82bbc42e0de7f9c783;hb=1a46974cb9a529e6d650d3995e79c6bed15d01a2;hp=81bae41ea605984b983ee0f84b22ba8eb5c42c8d;hpb=9ef56cbc4882b64c5de5ed157429235d30542b36;p=simgear.git diff --git a/configure.ac b/configure.ac index 81bae41e..09caad86 100644 --- a/configure.ac +++ b/configure.ac @@ -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!"