From b1caf66c98098c3844e8761bfa2be1fc7543cbef Mon Sep 17 00:00:00 2001 From: rivers Date: Wed, 14 Jan 2009 23:56:11 +0000 Subject: [PATCH] Build dynamically on solaris, since static build fails to find libtiff and libjpeg git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8187 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- configure/CONFIG | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG b/configure/CONFIG index 4685c57..c6a381f 100755 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -12,8 +12,10 @@ include $(TOP)/configure/CONFIG_APP # before this takes effect. #IOCS_APPL_TOP = +STATIC_BUILD=YES ifeq (Darwin, $(OS_CLASS)) STATIC_BUILD=NO -else - STATIC_BUILD=YES +endif +ifeq (solaris, $(OS_CLASS)) + STATIC_BUILD=NO endif