Browse Source

Don't add Windows native DLLs for Cygwin build

Tatsuhiro Tsujikawa 12 years ago
parent
commit
7994894172
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -15,7 +15,7 @@ AC_CONFIG_SRCDIR([src/a2io.h])
 AC_CONFIG_HEADERS([config.h])
 
 case "$host" in
-  *mingw*|*cygwin*)
+  *mingw*)
     win_build=yes
     LIBS="$LIBS -lws2_32 -lwsock32 -lgdi32 -lwinmm -liphlpapi"
     ;;