From 9143eba0c6861f467c18bc52d66e6f5c573be56b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 22 Jan 2021 11:44:50 -0800 Subject: [PATCH] Prepare for update from Gnulib * configure.ac: Also create lib/malloc and lib/deps/malloc if the dynarray module is in use, as Gnulib regex will start needing it due to recent glibc changes. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bea28338090..08f3c0cd857 100644 --- a/configure.ac +++ b/configure.ac @@ -5898,7 +5898,7 @@ if test $AUTO_DEPEND = yes; then AS_MKDIR_P([$dir/deps]) done fi -if $gl_gnulib_enabled_scratch_buffer; then +if $gl_gnulib_enabled_dynarray || $gl_gnulib_enabled_scratch_buffer; then AS_MKDIR_P([lib/malloc]) if test $AUTO_DEPEND = yes; then AS_MKDIR_P([lib/deps/malloc]) -- 2.39.2