]> git.eshelyaron.com Git - emacs.git/commitdiff
; * configure.ac: Minor simplification.
authorStefan Kangas <stefankangas@gmail.com>
Sun, 29 Dec 2024 18:39:41 +0000 (19:39 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:08:13 +0000 (12:08 +0100)
(cherry picked from commit f51e643a2fb3258abc921913a4d338eb9842d38f)

configure.ac

index c96e03d63c5955ccfc4439b2972517b3478262ef..d99b24bd8c02c72f0fe73bfff88adf6e085d229f 100644 (file)
@@ -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