diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9c4f1f3b72..489a2e11b4 100644 --- a/configure.in +++ b/configure.in @@ -1858,7 +1858,7 @@ case $add_players in esac # platform specific bin utilities -if test "$host_vendor" != "apple" ; then +if test "$build_vendor" != "apple" ; then AC_CHECK_PROG(HAVE_GAWK,gawk,"yes","no",) if test "$HAVE_GAWK" = "no" ; then AC_MSG_ERROR($missing_program) |