From: Po Lu Date: Fri, 3 Jan 2025 05:04:05 +0000 (+0800) Subject: ; * exec/configure.ac (config-mips.m4): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2f8b08fef88e3bea1c3759a5d89c6dcb4c3c254;p=emacs.git ; * exec/configure.ac (config-mips.m4): Fix typo. (cherry picked from commit b683280f87bb039a7fcf41d03cf1766e980fa378) --- 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])