From 28d7043564a49a0dd96346fa376c14a28108c041 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 29 Dec 2024 19:39:41 +0100 Subject: [PATCH] ; * configure.ac: Minor simplification. (cherry picked from commit f51e643a2fb3258abc921913a4d338eb9842d38f) --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index c96e03d63c5..d99b24bd8c0 100644 --- a/configure.ac +++ b/configure.ac @@ -7257,8 +7257,6 @@ AC_SUBST([RALLOC_OBJ]) if test "$opsys" = "cygwin"; then CYGWIN_OBJ="cygw32.o" -elif test "$opsys" = "mingw32"; then - CYGWIN_OBJ= else CYGWIN_OBJ= fi -- 2.39.5