summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-02-04 14:39:50 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-02-04 14:39:50 +0000
commit153e9776ec93cb3d9bf778bf65151e64f4f5f15e (patch)
tree0cea976a429add6cd17baa858d7bd20a35dc5769 /build/apr_hints.m4
parentd93fbb7bc807235ce10e994bdde58decdeb7092c (diff)
downloadlibapr-153e9776ec93cb3d9bf778bf65151e64f4f5f15e.tar.gz
Fix overzealous s/-lcrypt// in r1.17 for some SCO platforms (untested).
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 905f810aa..6a8aa1445 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -176,7 +176,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
*-sco3.2v[234]*)
APR_ADDTO(CPPFLAGS, [-DSCO -D_REENTRANT])
APR_ADDTO(CFLAGS, [-Oacgiltz])
- APR_ADDTO(LIBS, [-lPW -lmalloc _i])
+ APR_ADDTO(LIBS, [-lPW -lmalloc])
;;
*-sco3.2v5*)
APR_ADDTO(CPPFLAGS, [-DSCO5 -D_REENTRANT])
@@ -184,7 +184,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
;;
*-sco_sv*|*-SCO_SV*)
APR_ADDTO(CPPFLAGS, [-DSCO -D_REENTRANT])
- APR_ADDTO(LIBS, [-lPW -lmalloc _i])
+ APR_ADDTO(LIBS, [-lPW -lmalloc])
;;
*-solaris2*)
PLATOSVERS=`echo $host | sed 's/^.*solaris2.//'`