]> git.eshelyaron.com Git - emacs.git/commitdiff
; * exec/configure.ac (config-mips.m4): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Fri, 3 Jan 2025 05:04:05 +0000 (13:04 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:55:56 +0000 (21:55 +0100)
(cherry picked from commit b683280f87bb039a7fcf41d03cf1766e980fa378)

exec/configure.ac

index 86e716690c194b2da49db6eab2808927c505986e..d91049b8d7ba3e658ad0cc18c413bf129456e770 100644 (file)
@@ -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])