From 2b430c461820b54b3fd7e42a18efd966f771e7c9 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 5 Jul 2003 12:00:55 +0000 Subject: Invert the sense of the test for 64-bit architectures, since we only support one 32-bit platform. --- comms/conserver-com/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index 4b06bdc6ab08..189c2d260e37 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -28,7 +28,7 @@ DEFAULTHOST?= localhost .include -.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" +.if ${ARCH} != "i386" CONFIGURE_ARGS+=--with-64bit .endif -- cgit