From 0ec42a9daef95e26d3e9b07eaade34c206c09a0d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 16 Dec 2002 21:51:39 +0000 Subject: [PATCH] Make SHARED_LIBRARIES=YES. Modified comment. --- configure/os/CONFIG_SITE.Common.linux-x86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 index 83c48a6e1..f51f1a9f5 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86 +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -13,9 +13,9 @@ # the runtime search path into the executables. # c) the full pathname above can be added to /etc/ld.so.conf # and ldconfig run to inform the system of the shared libraries. -#SHARED_LIBRARIES=YES +SHARED_LIBRARIES=YES -# This is the absolute path to base, for SHARED_LIBRARY searches. +# This is the absolute path to INSTALL_LOCATION, for SHARED_LIBRARY searches. #SHRLIB_SEARCH_DIRS += /usr/local/epics/R3.14.1/base # If readline is installed uncomment the following lines