From dff3586c57c7c261ef071561ef64383fd98d73be Mon Sep 17 00:00:00 2001 From: garyscavone Date: Mon, 3 Jun 2024 16:04:58 -0400 Subject: [PATCH] Test to fix MacOS configure problem in github workflow test. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67dca684..7903d621 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ AS_IF([test "x${AR}" = "xno" ], [ ]) # Initialize libtool -LT_INIT([win32-dll]) +#LT_INIT([win32-dll]) AC_CONFIG_MACRO_DIR([m4]) # Checks for header files.