]> git.mxchange.org Git - flightgear.git/blobdiff - configure.ac
Add comma to log statement
[flightgear.git] / configure.ac
index 6afa6088ff0041fd3a0fd1f83634d6da43ea432a..1046369af69c7a6a0fb7432b1f7d5ff6efdf6a98 100644 (file)
@@ -76,7 +76,7 @@ else
   AC_DEFINE([FG_MPLAYER_AS], 1, [Define to build with default multiplayer support])
 fi
 
-AM_CONDITIONAL(ENABLE_NETWORK_OLK, test "x$with_network_olk" != "xno")
+AM_CONDITIONAL(ENABLE_NETWORK_OLK, test "x$with_network_olk" != "xno" -a "x$with_multiplayer" = "xno")
 AM_CONDITIONAL(ENABLE_MPLAYER_AS, test "x$with_multiplayer" != "xno")