Skip to content

Instantly share code, notes, and snippets.

@rcombs

rcombs/stdin Secret

Created September 11, 2015 18:11
Show Gist options
  • Save rcombs/244bbcb81e7721bc8d0d to your computer and use it in GitHub Desktop.
Save rcombs/244bbcb81e7721bc8d0d to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index 056feea..9ceb405 100755
--- a/configure
+++ b/configure
@@ -3300,7 +3300,7 @@ fi
exesuf() {
case $1 in
- mingw32*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
+ mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbi an) echo .exe ;;
esac
}
@@ -4345,7 +4345,7 @@ case $target_os in
enabled_any pic shared x86_64 ||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
;;
- mingw32*)
+ mingw32*|mingw64*)
if test $target_os = "mingw32ce"; then
disable network
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment