aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 14:43:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 14:43:41 +0000
commitbc4d6bbbb097dc12fb1a19b56147abd56031b1fd (patch)
treea25b77c58a06884f081b509cdf8c43171c6fa700 /configure.ac
parente495d01e9139bfde695072b0bf1042baace6473d (diff)
downloadgnunet-bc4d6bbbb097dc12fb1a19b56147abd56031b1fd.tar.gz
gnunet-bc4d6bbbb097dc12fb1a19b56147abd56031b1fd.zip
LRN: Add -lole32 (why had it worked without this until
now?)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e596766eb..9f00d10ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,7 +142,7 @@ netbsd*)
142 AC_DEFINE_UNQUOTED(_WIN32,1,[This is a Windows system]) 142 AC_DEFINE_UNQUOTED(_WIN32,1,[This is a Windows system])
143 AC_CHECK_LIB(intl, gettext) 143 AC_CHECK_LIB(intl, gettext)
144 LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols" 144 LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols"
145 LIBS="$LIBS -lws2_32 -lplibc -lgnurx" 145 LIBS="$LIBS -lws2_32 -lplibc -lgnurx -lole32"
146 CFLAGS="-mms-bitfields $CFLAGS" 146 CFLAGS="-mms-bitfields $CFLAGS"
147 CPPFLAGS="-D_WIN32_WINNT=0x0501 $CPPFLAGS" 147 CPPFLAGS="-D_WIN32_WINNT=0x0501 $CPPFLAGS"
148 build_target="mingw" 148 build_target="mingw"