summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-19 13:31:10 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-19 13:31:10 +0000
commitb5897a9db059f873d36ba25b965f1a858eb4549b (patch)
treeabe784db4b35ae4f14233b3246a0a0a5b8cc3f25 /aclocal.m4
parente6400b7ac2663c3509e12af38332e92ea6e5fb12 (diff)
downloadlibapr-b5897a9db059f873d36ba25b965f1a858eb4549b.tar.gz
Changes to let APR compile and build on AIX with a non GNU compiler.
I'll test these on other systems now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index c2de746dc..c25f1b680 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -3,7 +3,7 @@ dnl ##
dnl ##
define(AC_USE_FUNCTION,[dnl
AC_CHECK_FUNCS($1)
-if test ".$ac_cv_func_$1" = .yes; then
+if test ".$ac_func_$1" = .yes; then
AC_DEFINE(USE_$2)
fi
])dnl