Removed -lcrypto from mingw LIBS

pull/16/merge
Tatsuhiro Tsujikawa 2012-04-07 23:55:53 +09:00
parent e5932879db
commit 9996d4ef4b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ AC_CONFIG_HEADERS([config.h])
case "$target" in
*mingw*|*cygwin*)
win_build=yes
LIBS="-lws2_32 -lcrypto -lwsock32 -lgdi32 -lwinmm $LIBS"
LIBS="-lws2_32 -lwsock32 -lgdi32 -lwinmm $LIBS"
;;
esac