Explorar el Código

Don't add Windows native DLLs for Cygwin build

Tatsuhiro Tsujikawa hace 12 años
padre
commit
7994894172
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
     ;;