summaryrefslogtreecommitdiff
path: root/m4/aa.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/aa.m4')
-rw-r--r--m4/aa.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/aa.m4 b/m4/aa.m4
index 2f8a6a911..56c9d82cf 100644
--- a/m4/aa.m4
+++ b/m4/aa.m4
@@ -65,7 +65,7 @@ AC_ARG_ENABLE(aalibtest,
if test x"$enable_aalibtest" != "xyes"; then
AC_MSG_CHECKING(for AALIB version >= $min_aalib_version)
else
- if ! test -x AALIB_CONFIG; then
+ if test ! -x "$AALIB_CONFIG"; then
AALIB_CONFIG=""
fi
AC_PATH_PROG(AALIB_CONFIG, aalib-config, no)