summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorgregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2002-04-01 21:50:45 +0000
committergregames <gregames@13f79535-47bb-0310-9956-ffa450edef68>2002-04-01 21:50:45 +0000
commit00ae6e1b36b991b4595daf8fe8d5a0e26d9821ef (patch)
tree742fb98d5a0aeb63f3d7354a54be7f504c7ff520 /build/apr_hints.m4
parent3303997ea77d0909b75066190f5958ca7aab6e80 (diff)
downloadlibapr-00ae6e1b36b991b4595daf8fe8d5a0e26d9821ef.tar.gz
FreeBSD: switch to FLOCK serialization by default (thanks, Jeff!) and
clean up the STATUS file. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index ce2c7914d..604a41f90 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -135,11 +135,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
;;
esac
APR_SETIFNULL(enable_threads, [no])
-
-dnl XXX Fix me - Apache 1.3 used FLOCK serialization by default on FreeBSD,
-dnl but that doesn't work any more.
-
- APR_SETIFNULL(apr_lock_method, [USE_FCNTL_SERIALIZE])
+ APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE])
APR_ADDTO(CPPFLAGS, [-D_REENTRANT -D_THREAD_SAFE])
;;
*-next-nextstep*)