summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-10-01 09:58:42 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-10-01 09:58:42 +0000
commit9d7e1140adde62d0959af667474a54470d98968a (patch)
tree151f855256dd89725e2691391cbdc4ea764d0915 /m4
parentfd9289731c3b22b674bb4f3a98f22bc19df30775 (diff)
downloadxine-lib-9d7e1140adde62d0959af667474a54470d98968a.tar.gz
xine-lib-9d7e1140adde62d0959af667474a54470d98968a.tar.bz2
Trying to fix broken aalib-config test (configure: !: not found)
CVS patchset: 714 CVS date: 2001/10/01 09:58:42
Diffstat (limited to '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)