summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4c8c480..7fdc4c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,8 +80,8 @@ $4])
AC_PROG_CXX(g++ CC c++ cxx)
AM_PROG_AR
AC_PATH_PROG(AR, ar, no)
-AS_IF([test "x${AR} = "xno" ], [
- AC_MSG_ERROR("Could not find ar - needed to create a library");
+AS_IF([test "x${AR}" = "xno" ], [
+ AC_MSG_ERROR([Could not find ar - needed to create a library])
])
# Initialize libtool