mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Sync with gnulib 85d1d48f6fa89de6a5de9e7794bda3255f0f32aa.
Fix quoting of AC_LANG_PROGRAM arguments. * m4.include/gnulib//mountlist.m4 (gl_MOUNTLIST): Quote the AC_LANG_PROGRAM arguments through [[...]]. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
c5c561274b
commit
d21c5946ce
@ -1,4 +1,4 @@
|
||||
# serial 13
|
||||
# serial 14
|
||||
dnl Copyright (C) 2002-2006, 2009-2019 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
@ -244,7 +244,7 @@ extern
|
||||
"C"
|
||||
#endif
|
||||
int getmntinfo (struct statfs **, int);
|
||||
]], [])],
|
||||
]], [[]])],
|
||||
[fu_cv_sys_mounted_getmntinfo2=no],
|
||||
[fu_cv_sys_mounted_getmntinfo2=yes])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user