From 29312ee0902b7356fc6f7cdfd1edf49b70e1f413 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 10 May 2024 07:44:03 +0200 Subject: Restore building with configure under Windows: add -lwinspool --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], [ -- cgit v1.2.3