diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-01 09:58:42 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-01 09:58:42 +0000 |
commit | 9d7e1140adde62d0959af667474a54470d98968a (patch) | |
tree | 151f855256dd89725e2691391cbdc4ea764d0915 /m4 | |
parent | fd9289731c3b22b674bb4f3a98f22bc19df30775 (diff) | |
download | xine-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |