diff options
| author | Po Lu | 2025-01-03 13:04:05 +0800 |
|---|---|---|
| committer | Po Lu | 2025-01-03 13:04:34 +0800 |
| commit | b683280f87bb039a7fcf41d03cf1766e980fa378 (patch) | |
| tree | 096212193896bf9b212db969232ec37afe3c8154 /exec | |
| parent | 597161fe1e4a62bd8a2c7b80b7219529ec5bc16d (diff) | |
| download | emacs-b683280f87bb039a7fcf41d03cf1766e980fa378.tar.gz emacs-b683280f87bb039a7fcf41d03cf1766e980fa378.zip | |
; * exec/configure.ac (config-mips.m4): Fix typo.
Diffstat (limited to 'exec')
| -rw-r--r-- | exec/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/configure.ac b/exec/configure.ac index 86e716690c1..d91049b8d7b 100644 --- a/exec/configure.ac +++ b/exec/configure.ac | |||
| @@ -559,7 +559,7 @@ AC_SUBST([FIND_DELETE]) | |||
| 559 | AC_CONFIG_HEADERS([config.h]) | 559 | AC_CONFIG_HEADERS([config.h]) |
| 560 | AC_CONFIG_FILES([Makefile]) | 560 | AC_CONFIG_FILES([Makefile]) |
| 561 | AS_IF([test "x$is_mips" = xyes], | 561 | AS_IF([test "x$is_mips" = xyes], |
| 562 | [AC_CONFIG_FILES ([config-mips.m4])]) | 562 | [AC_CONFIG_FILES([config-mips.m4])]) |
| 563 | 563 | ||
| 564 | AC_SUBST([AUTO_DEPEND]) | 564 | AC_SUBST([AUTO_DEPEND]) |
| 565 | AC_SUBST([LOADERFLAGS]) | 565 | AC_SUBST([LOADERFLAGS]) |