summaryrefslogtreecommitdiff
path: root/build/find_apr.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build/find_apr.m4')
-rw-r--r--build/find_apr.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/find_apr.m4 b/build/find_apr.m4
index e87818638..ef73caca8 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -82,7 +82,7 @@ build directory, or an apr-config file.])
if test -n "$1"; then
apr_temp_abs_srcdir="`cd $1 && pwd`"
if test "$apr_found" = "yes" \
- && test "`$apr_config --srcdir`" = "$apr_temp_abs_srcdir"; then
+ -a "`$apr_config --srcdir`" = "$apr_temp_abs_srcdir"; then
dnl the installed apr-config represents our source directory, so
dnl pretend we didn't see it and just use our bundled source
apr_found="no"