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