termux-packages/packages/mc/configure.patch

17 lines
561 B
Diff
Raw Normal View History

2019-06-23 19:56:28 +02:00
diff -u -r ../mc-4.8.23/configure ./configure
--- ../mc-4.8.23/configure 2019-06-22 11:44:11.000000000 +0000
+++ ./configure 2019-06-23 17:51:24.487569137 +0000
@@ -20600,12 +20600,6 @@
2019-01-03 02:32:24 +01:00
esac
fi
2015-06-13 01:03:31 +02:00
2019-01-03 02:32:24 +01:00
- if test -z "$ac_list_mounted_fs"; then
- as_fn_error $? "could not determine how to read list of mounted file systems" "$LINENO" 5
- # FIXME -- no need to abort building the whole package
- # Can't build mountlist.c or anything that needs its functions
- fi
2015-06-13 01:03:31 +02:00
-
2019-06-23 19:56:28 +02:00
if test $ac_list_mounted_fs = found; then
gl_cv_list_mounted_fs=yes
else