From c315a7256b42812a13e80e3bc4a48a2dc1b7170d Mon Sep 17 00:00:00 2001 From: scuri Date: Sat, 26 Jun 2010 17:41:58 +0000 Subject: *** empty log message *** --- src/config.mak | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/config.mak') diff --git a/src/config.mak b/src/config.mak index c703951..cdcfa9d 100644 --- a/src/config.mak +++ b/src/config.mak @@ -143,5 +143,7 @@ ifneq ($(findstring HP-UX, $(TEC_UNAME)), ) endif ifneq ($(findstring MacOS, $(TEC_UNAME)), ) - BUILD_DYLIB=Yes + ifneq ($(TEC_SYSMINOR), 4) + BUILD_DYLIB=Yes + endif endif -- cgit v1.2.3