summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2001-09-28 14:05:23 +0000
committerstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2001-09-28 14:05:23 +0000
commitec6685c4749fc82947dbcd702c17812ce35b38d8 (patch)
tree20a4c33c52b44206303b031f67acea7960229f97 /configure.in
parent6801a353b064710323a94e7b53bfd0ca6f8da306 (diff)
downloadlibapr-ec6685c4749fc82947dbcd702c17812ce35b38d8.tar.gz
Remove SMS and all references.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index 87eb4c16b..fd92f4088 100644
--- a/configure.in
+++ b/configure.in
@@ -179,17 +179,6 @@ if test "$host" = "i586-pc-beos"; then
) dnl
fi
-POOLS_TARGET=apr_pools.lo
-AC_ARG_ENABLE(sms, [ --enable-sms Build APR to use sms emulating pools],
- echo "************* WARNING ***************"
- echo "You have switched ON using SMS to emulate pools. This is highly"
- echo "experimental and so you may want to think about it!"
- echo "Presently this option is only advised for people working on SMS"
- APR_ADDTO(CPPFLAGS, -DAPR_POOLS_ARE_SMS)
- POOLS_TARGET=apr_sms_pools.lo
-)dnl
-AC_SUBST(POOLS_TARGET)
-
dnl # this is the place to put specific options for platform/compiler
dnl # combinations
case "$host:$CC" in