This was never migrated to APR 1.0 - APR_FIND_APR defaulted to searching
  for 0, 1 (in that order - worthless).


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk@292319 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build/apr-iconv.m4 b/build/apr-iconv.m4
index 1d7a1e0..eb7077f 100644
--- a/build/apr-iconv.m4
+++ b/build/apr-iconv.m4
@@ -8,7 +8,7 @@
 AC_DEFUN(API_FIND_APR,[
 
   dnl use the find_apr.m4 script to locate APR. sets apr_found and apr_config
-  APR_FIND_APR
+  APR_FIND_APR(,,,[1])
   if test "$apr_found" = "no"; then
     AC_MSG_ERROR(APR could not be located. Please use the --with-apr option.)
   fi