summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2010-09-18 23:29:59 +0200
committerJoel Rosdahl <joel@rosdahl.net>2010-09-22 08:05:38 +0200
commite1b287d0ca3cdb48a5d3e8b0d46b9af51ee39abe (patch)
treec7ec87725f2d1bf708e35609112221ec71683aa2 /configure.ac
parentcb2bf5daa1231ea426e50b5fec90d69159d50dc2 (diff)
downloadccache-e1b287d0ca3cdb48a5d3e8b0d46b9af51ee39abe.tar.gz
Check $AR when detecting ar as this seems to be the official way
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8e97bc1..a65c31ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_CHECK_TOOL(AR, ar)
-if test -z "$ac_ct_AR"; then
+if test -z "$AR"; then
AC_MSG_ERROR(cannot find ar)
fi