From e7ff4cbb7315c3fad40563e389935ed36dc7124a Mon Sep 17 00:00:00 2001 From: rivers Date: Tue, 9 Aug 2011 17:00:23 +0000 Subject: [PATCH] Added comments to Darwin git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13402 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- configure/CONFIG_SITE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 9094024..d52d779 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -38,8 +38,11 @@ ifeq (Linux, $(OS_CLASS)) STATIC_BUILD=YES SHARED_LIBRARIES=NO endif +# Building statically on Darwin is not possible (well, it's possible but difficult and discouraged +# by Apple), but we can build depending only on system libraries that are part of Mac OS X #ifeq (Darwin, $(OS_CLASS)) # STATIC_BUILD=NO +# SHARED_LIBRARIES=NO #endif #ifeq (solaris, $(OS_CLASS)) # STATIC_BUILD=YES