From 11b365e63e42e8ca9813fd6fefe684c26f1eb559 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 21 Aug 2018 13:53:03 +0200 Subject: [PATCH] configure: Win - missing library --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a27575ea9..33ab526f0 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ if expr "$host_os" : ".*darwin.*" > /dev/null; then else if expr "$host_os" : ".*mingw32.*" > /dev/null || expr "$host_os" : ".*msys.*" > /dev/null; then system=Windows AC_DEFINE([WIN32], [1], [This is an Windows OS]) - NET_LIBS="-lsetupapi -lWs2_32 -lIphlpapi" + NET_LIBS="-lsetupapi -lWs2_32 -lIphlpapi -lOleAut32" LIBS="$LIBS $NET_LIBS" else system=Linux