]> git.eshelyaron.com Git - emacs.git/commitdiff
; * configure.ac: Fix another typo.
authorPo Lu <luangruo@yahoo.com>
Sun, 5 Mar 2023 02:57:06 +0000 (10:57 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 5 Mar 2023 02:57:06 +0000 (10:57 +0800)
configure.ac

index e66551805ec0c0f4c7567091e7bb1276804a42c0..3e2a44d47bf84e2d6d7d58a8e7a06fb24dd103d8 100644 (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