emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 7f288bf04ac: ; * configure.ac: Fix another typo.


From: Po Lu
Subject: feature/android 7f288bf04ac: ; * configure.ac: Fix another typo.
Date: Sat, 4 Mar 2023 22:00:25 -0500 (EST)

branch: feature/android
commit 7f288bf04ac85548b0cca4dd44c641f52308fd92
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * configure.ac: Fix another typo.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
                 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]