summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/sqlite/aclocal.m4')
-rw-r--r--ext/pdo_sqlite/sqlite/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite/aclocal.m4 b/ext/pdo_sqlite/sqlite/aclocal.m4
index 852eb3134b..b50b61e56a 100644
--- a/ext/pdo_sqlite/sqlite/aclocal.m4
+++ b/ext/pdo_sqlite/sqlite/aclocal.m4
@@ -151,7 +151,7 @@ ltmain="$ac_aux_dir/ltmain.sh"
ofile="$default_ofile"
with_gnu_ld="$lt_cv_prog_gnu_ld"
-AC_CHECK_TOOL(AR, ar, false)
+AC_CHECK_TOOL(AR, ar, AC_CHECK_TOOL(AR, emxomfar, false))
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CHECK_TOOL(STRIP, strip, :)