From ddf826493d037485a0c118908cbb7659223100b0 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sat, 13 Dec 2014 18:40:59 +0900 Subject: [PATCH] fix build --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index aa162bf2..668b99ad 100755 --- a/configure +++ b/configure @@ -12845,7 +12845,7 @@ fi case $host in *-mingw*) - LIBS="$LIBS -lgdi32 -lws2_32 -lcrypt32" + LIBS="$LIBS -ladvapi32 -lgdi32 -lws2_32 -lcrypt32" ;; *) ;;