aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2013-03-10 21:32:06 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2013-03-11 00:23:16 -0400
commit412b761eb6cbb9b96dccb64f46e4059b8ccf9e31 (patch)
tree67c33d088955735c2179203420d0532103da13e1 /configure.in
parent465568d447d87b053e14807bc73967a90286068a (diff)
depends: gawk is build-side, host doesn't matter
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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)