30 lines
926 B
Diff
30 lines
926 B
Diff
diff -u -r ../mc-4.8.22/configure ./configure
|
|
--- ../mc-4.8.22/configure 2019-01-01 14:19:02.000000000 +0000
|
|
+++ ./configure 2019-01-03 01:17:49.415270268 +0000
|
|
@@ -20679,12 +20679,6 @@
|
|
esac
|
|
fi
|
|
|
|
- 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
|
|
-
|
|
if test $ac_list_mounted_fs = found; then :
|
|
gl_cv_list_mounted_fs=yes
|
|
else
|
|
@@ -21353,12 +21347,6 @@
|
|
esac
|
|
fi
|
|
|
|
- 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
|
|
-
|
|
if test $ac_list_mounted_fs = found; then :
|
|
|
|
|