From: Stefan Kangas Date: Sun, 29 Dec 2024 18:39:41 +0000 (+0100) Subject: ; * configure.ac: Minor simplification. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28d7043564a49a0dd96346fa376c14a28108c041;p=emacs.git ; * configure.ac: Minor simplification. (cherry picked from commit f51e643a2fb3258abc921913a4d338eb9842d38f) --- 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