From: Paul Eggert Date: Fri, 22 Jan 2021 19:44:50 +0000 (-0800) Subject: Prepare for update from Gnulib X-Git-Tag: emacs-28.0.90~4152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9143eba0c6861f467c18bc52d66e6f5c573be56b;p=emacs.git 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. --- 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])