summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-10 07:44:03 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-10 07:44:03 +0200
commit29312ee0902b7356fc6f7cdfd1edf49b70e1f413 (patch)
tree567e50f5eb5d2db90af1765d814c86226526dd9f
parenta9a800fe3d10cd20a80d4b29a25b5c77b2b2f30f (diff)
Restore building with configure under Windows: add -lwinspool
-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], [