summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-07-08 10:46:02 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-07-08 10:46:02 +0000
commite74bbde4fdab8a0204f35b8a2ae0b13e96d284aa (patch)
tree2a35e02e4ee29142f395fee9a45e1aa4fa0fb839 /build
parent13c1387eed9cde12ef680dc237df5255b89c29ae (diff)
downloadlibapr-e74bbde4fdab8a0204f35b8a2ae0b13e96d284aa.tar.gz
* build/apr_hints.m4 (APR_PRELOAD): Really, do, use a full path to
sysctl. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65271 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/apr_hints.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 928474a69..75a65ed24 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -138,7 +138,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
*-freebsd*)
APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE])
if test -x /sbin/sysctl; then
- os_version=`sysctl -n kern.osreldate`
+ os_version=`/sbin/sysctl -n kern.osreldate`
else
os_version=000000
fi