From 6296f206f4f7fc62a986ee19b47b7add38e7c3b5 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 4 Jun 2002 15:46:26 +0000 Subject: ?awk is needed to vidix. CVS patchset: 2016 CVS date: 2002/06/04 15:46:26 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3