diff options
| author | Po Lu <luangruo@yahoo.com> | 2025-01-03 13:04:05 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2025-01-03 13:04:34 +0800 |
| commit | b683280f87bb039a7fcf41d03cf1766e980fa378 (patch) | |
| tree | 096212193896bf9b212db969232ec37afe3c8154 /exec | |
| parent | 597161fe1e4a62bd8a2c7b80b7219529ec5bc16d (diff) | |
; * 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]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) AS_IF([test "x$is_mips" = xyes], - [AC_CONFIG_FILES ([config-mips.m4])]) + [AC_CONFIG_FILES([config-mips.m4])]) AC_SUBST([AUTO_DEPEND]) AC_SUBST([LOADERFLAGS]) |
