commit 85a8e5cfd2fe1b4cb8647767423129b486dc6686
parent 5283acdcf360f41ef2e597b8def1aaf479e981d3
Author: Mike Frysinger <vapier@gentoo.org>
Date: Tue, 14 Mar 2017 16:06:05 -0400
tweaks: disable gnulib's workaround for the globbing of broken symlinks
Our use of globbing (for syntax files) doesn't care about such symlinks.
This avoids an unnecessary increase in size of eight kilobytes -- see
https://lists.gnu.org/archive/html/nano-devel/2017-03/msg00036.html.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -32,6 +32,7 @@ gl_cv_func_printf_directive_n=yes
gl_cv_func_printf_infinite_long_double=yes
gl_cv_func_printf_long_double=yes
gl_cv_func_snprintf_directive_n=yes
+gl_cv_glob_lists_symlinks=yes
dnl Checks for programs.