diff options
-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" |