From d110f810930df3f9d3857bae040d7b15f7b3292e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 10 Jul 2008 20:00:23 +0000 Subject: [PATCH] Added comments about USE_STLPORT. --- configure/os/CONFIG_SITE.Common.solaris-sparc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG_SITE.Common.solaris-sparc b/configure/os/CONFIG_SITE.Common.solaris-sparc index 92b11a27f..38ce08e64 100644 --- a/configure/os/CONFIG_SITE.Common.solaris-sparc +++ b/configure/os/CONFIG_SITE.Common.solaris-sparc @@ -8,7 +8,10 @@ # If readline is installed uncomment the following macro definition # to include command-line editing and history support # + #COMMANDLINE_LIBRARY = READLINE -# APS site override -READLINE_DIR=/opt/gnu +# Use stLport library instead of default Cstd library +# Must be either YES or NO +#USE_STLPORT=YES +