; * configure.ac: Fix another typo.

This commit is contained in:
Po Lu 2023-03-05 10:57:06 +08:00
parent bf66725034
commit 7f288bf04a

View file

@ -7769,7 +7769,7 @@ if test "$XCONFIGURE" != "android"; then
lib/min-max.h"
for file in $emacs_files; do
AS_IF([expr "X${file}J" : "Xlib/.*[[ch]]J" >/dev/null],
[AS_IF([test -f $file],
[AS_IF([test -f "$srcdir/$file"],
[AC_CONFIG_LINKS([cross/$file:$file])])])
done
fi