From a4d1b0902e46ad437cadbc6af9ff777fc57372aa Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 21 Mar 2003 10:39:17 +0000 Subject: [PATCH] Give MultiPlayer support authority over NetworkOLK --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6afa6088f..1046369af 100644 --- a/configure.ac +++ b/configure.ac @@ -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") -- 2.39.5