From 9d7e1140adde62d0959af667474a54470d98968a Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 1 Oct 2001 09:58:42 +0000 Subject: Trying to fix broken aalib-config test (configure: !: not found) CVS patchset: 714 CVS date: 2001/10/01 09:58:42 --- m4/aa.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3