mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-20 08:24:38 +00:00
12 lines
388 B
Diff
12 lines
388 B
Diff
--- a/build-aux/ln.m4
|
|
+++ b/build-aux/ln.m4
|
|
@@ -2,7 +2,7 @@
|
|
[AC_MSG_CHECKING([whether ln works])
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
|
echo >conf$$.file
|
|
-if ln conf$$.file conf$$ 2>/dev/null; then
|
|
+if false; then
|
|
# We could just check for DJGPP; but this test works, is more generic
|
|
# and will remain valid once DJGPP supports symlinks (DJGPP 2.04).
|
|
if test -f conf$$.exe; then
|