From 70d10de524db1d38061d0908ed9f1c9a704f4ef4 Mon Sep 17 00:00:00 2001 From: nehalmistry <> Date: Fri, 11 Jun 2004 23:39:33 +0000 Subject: [PATCH] vp31 fixes for mac --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 22c7d4ac1..c04b4f1c9 100644 --- a/configure.in +++ b/configure.in @@ -26,6 +26,7 @@ elif test "`uname -a | grep -is beos`"; then PLATFORM="-DUSE_BEOS" elif test "`uname -a | grep -is darwin`"; then ARCH=macosx + PLATFORM="-DUSE_MAC" else ARCH=linux fi