summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2025-01-03 13:04:05 +0800
committerPo Lu <luangruo@yahoo.com>2025-01-03 13:04:34 +0800
commitb683280f87bb039a7fcf41d03cf1766e980fa378 (patch)
tree096212193896bf9b212db969232ec37afe3c8154 /exec
parent597161fe1e4a62bd8a2c7b80b7219529ec5bc16d (diff)
; * exec/configure.ac (config-mips.m4): Fix typo.
Diffstat (limited to 'exec')
-rw-r--r--exec/configure.ac2
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])