tests/hashkit: fix tests doing nothing
[awesomized/libmemcached] / m4 / ax_platform.m4
index a09c69238931db0755a8396b23c22a03ee47a86d..ba46a5402dd0860bb7a9579729bebf202c49f321 100644 (file)
@@ -28,7 +28,7 @@
       AC_DEFINE_UNQUOTED([HOST_OS],["$host_os"], [OS of Build System])
       AC_DEFINE_UNQUOTED([HOST_CPU],["$host_cpu"], [CPU of Build System])
 
-      AS_CASE([$target_os],
+      AS_CASE([$host_os],
         [*mingw*],
         [HOST_WINDOWS="true"
         AC_DEFINE([HOST_OS_WINDOWS], [1], [Whether we are building for Windows])