diff options
| author | Po Lu | 2023-03-05 10:57:06 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-05 10:57:06 +0800 |
| commit | 7f288bf04ac85548b0cca4dd44c641f52308fd92 (patch) | |
| tree | e5a3c5de453552956d5382e5495a1b5993217ff6 | |
| parent | bf6672503484b169cd6319d9b6fe91d3cd67ac7d (diff) | |
| download | emacs-7f288bf04ac85548b0cca4dd44c641f52308fd92.tar.gz emacs-7f288bf04ac85548b0cca4dd44c641f52308fd92.zip | |
; * configure.ac: Fix another typo.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e66551805ec..3e2a44d47bf 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -7769,7 +7769,7 @@ if test "$XCONFIGURE" != "android"; then | |||
| 7769 | lib/min-max.h" | 7769 | lib/min-max.h" |
| 7770 | for file in $emacs_files; do | 7770 | for file in $emacs_files; do |
| 7771 | AS_IF([expr "X${file}J" : "Xlib/.*[[ch]]J" >/dev/null], | 7771 | AS_IF([expr "X${file}J" : "Xlib/.*[[ch]]J" >/dev/null], |
| 7772 | [AS_IF([test -f $file], | 7772 | [AS_IF([test -f "$srcdir/$file"], |
| 7773 | [AC_CONFIG_LINKS([cross/$file:$file])])]) | 7773 | [AC_CONFIG_LINKS([cross/$file:$file])])]) |
| 7774 | done | 7774 | done |
| 7775 | fi | 7775 | fi |