summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
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