From 38d0a4d1ca9457c5d0b5b877fbaf253a2293e106 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 9 Sep 2013 00:01:55 -0700 Subject: [PATCH] Disable asm on x86_64-*-cygwin*, thanks to neheb@ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb16f32d..2cd07186 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ AS_IF([test "x$EMSCRIPTEN" != "x"],[ AC_MSG_WARN([compiling to javascript - asm implementations disabled]) ]) -AS_CASE([$host_os], [mingw64], [enable_asm="no"]) +AS_CASE([$host], [x86_64-*-mingw* | x86_64-*-cygwin*], [enable_asm="no"]) AC_ARG_ENABLE(pie, [AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],