Skip to content

Commit

Permalink
$target -> $host
Browse files Browse the repository at this point in the history
  • Loading branch information
Midar committed Mar 15, 2009
1 parent 983a6a6 commit d90b1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -88,7 +88,7 @@ AC_MSG_RESULT($ac_cv_snprintf_useful_ret)
test x"$have_asprintf" != x"yes" -a x"$ac_cv_snprintf_useful_ret" != x"yes" && \
AC_MSG_ERROR(No asprintf and no snprintf returning required space!)

case "$target" in
case "$host" in
*-*-mingw*)
AC_MSG_CHECKING(for threads)
AC_MSG_RESULT(win32)
Expand Down Expand Up @@ -140,7 +140,7 @@ test x"$ac_cv_have_ipv6" = x"yes" && \
AC_CHECK_HEADERS(sys/mman.h)

if test x"$cross_compiling" = x"yes"; then
case "$target" in
case "$host" in
*-*-mingw*)
AC_PATH_PROG(WINE, wine)

Expand Down

0 comments on commit d90b1f1

Please sign in to comment.