diff options
| author | Stefan Kangas | 2024-12-29 19:39:41 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-12-29 19:40:04 +0100 |
| commit | f51e643a2fb3258abc921913a4d338eb9842d38f (patch) | |
| tree | c40b4601ca7000d3f5eb1522c0db8800e63b398b | |
| parent | c70d595708cd0dc19e85e58148a75df21d80f9b2 (diff) | |
| download | emacs-f51e643a2fb3258abc921913a4d338eb9842d38f.tar.gz emacs-f51e643a2fb3258abc921913a4d338eb9842d38f.zip | |
; * configure.ac: Minor simplification.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 422ca92dca9..0108686edb3 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -7203,8 +7203,6 @@ AC_SUBST([RALLOC_OBJ]) | |||
| 7203 | 7203 | ||
| 7204 | if test "$opsys" = "cygwin"; then | 7204 | if test "$opsys" = "cygwin"; then |
| 7205 | CYGWIN_OBJ="cygw32.o" | 7205 | CYGWIN_OBJ="cygw32.o" |
| 7206 | elif test "$opsys" = "mingw32"; then | ||
| 7207 | CYGWIN_OBJ= | ||
| 7208 | else | 7206 | else |
| 7209 | CYGWIN_OBJ= | 7207 | CYGWIN_OBJ= |
| 7210 | fi | 7208 | fi |