From d9aff6e24a0b0cb650331c77ab724eb8b0109bd6 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 14 Jun 2008 10:07:12 +0000 Subject: fixed potential camera bug for cnontrolable entities without model --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 61b94c7..0b42aa7 100644 --- a/configure.in +++ b/configure.in @@ -213,6 +213,7 @@ dnl --------------------------------------------------------------- dnl Write makefiles and config.h AM_CONDITIONAL(BUILD_CLIENT, test "x$BUILD_CLIENT" = xyes) +AM_CONDITIONAL(BUILD_DEDICATED, test "x$BUILD_CLIENT" = xno) AC_OUTPUT(Makefile src/Makefile src/audio/Makefile src/auxiliary/Makefile \ src/client/Makefile src/core/Makefile src/filesystem/Makefile src/game/Makefile \ -- cgit v1.2.3