summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 049be70c8..8b22fc9af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -969,7 +969,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
# CXXFLAGS="-mwindows -D_WIN32 -DUSE_OPENGL32 $CXXFLAGS"
LDFLAGS="-mwindows $LDFLAGS"
DSOFLAGS="-mwindows $DSOFLAGS"
- LIBS="$LIBS -lole32 -luuid -lcomctl32 -lws2_32"
+ LIBS="$LIBS -lole32 -luuid -lcomctl32 -lws2_32 -lwinspool"
BUILD="WIN"
AS_IF([test "x$with_optim" = x], [