From fdaf06eedf29e31fcd7ce2aeb4f37452e0dcb6b2 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 20 Jan 2017 15:57:24 -0200 Subject: [PATCH] Ajustes para compilação windows. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f150f3..f8de57b 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ case "$host" in RLS_CFLAGS="-DNDEBUG=1" CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600" - LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32 -lintl" + LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32 -lintl -lcomdlg32" AC_CONFIG_FILES(win/makegtkruntime.sh) -- libgit2 0.21.2