diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-04 15:46:26 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-04 15:46:26 +0000 |
commit | 6296f206f4f7fc62a986ee19b47b7add38e7c3b5 (patch) | |
tree | c70c9cb16a617ee3f203700555af6824c1dfaa7e | |
parent | 70436575830a423ee54044ac5b5bd2b79e077c0b (diff) | |
download | xine-lib-6296f206f4f7fc62a986ee19b47b7add38e7c3b5.tar.gz xine-lib-6296f206f4f7fc62a986ee19b47b7add38e7c3b5.tar.bz2 |
?awk is needed to vidix.
CVS patchset: 2016
CVS date: 2002/06/04 15:46:26
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 43341aa28..f92f6d59e 100644 --- a/configure.in +++ b/configure.in @@ -459,7 +459,7 @@ AC_ARG_ENABLE(dha-kmod, [ --enable-dha-kmod Build DHA kernel module], enable_vidix="no" AC_MSG_CHECKING(for vidix support) -if test x"$check_vidix" = "xyes"; then +if test x"$check_vidix" = "xyes" -a x"$ac_cv_prog_AWK" != "xno"; then case "$host_or_hostalias" in i?86-*-linux* | k?-*-linux* | athlon-*-linux*) enable_vidix="yes" |