From f389715730962f954bbdea333e1bb6c9f4e13bd2 Mon Sep 17 00:00:00 2001 From: Bill Currie <bill@taniwha.org> Date: Mon, 13 Feb 2012 10:58:42 +0900 Subject: [PATCH] Fix non-static console plugins. Bah, fiddly stuff. --- config.d/build_control.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.d/build_control.m4 b/config.d/build_control.m4 index b3581c825..dfa14cff3 100644 --- a/config.d/build_control.m4 +++ b/config.d/build_control.m4 @@ -398,7 +398,7 @@ if test "x$static_plugins" = xyes; then fi else QF_PROCESS_NEED_PLUGINS(console, [server], [server]) - QF_PROCESS_NEED_PLUGINS(client, [client], [client]) + QF_PROCESS_NEED_PLUGINS(console, [client], [client]) QF_PROCESS_NEED_PLUGINS(snd_output, [sdl mme sgi sun win dx oss alsa]) QF_PROCESS_NEED_PLUGINS(snd_render, [jack default]) QF_PROCESS_NEED_PLUGINS(cd, [xmms sdl sgi win linux file])