Commit 85a8e5cf authored by Mike Frysinger's avatar Mike Frysinger Committed by Benno Schulenberg
Browse files

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.
parent 5283acdc
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment