summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-22 11:44:50 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-01-22 12:02:54 -0800
commit9143eba0c6861f467c18bc52d66e6f5c573be56b (patch)
tree3bb47324900652138bf2f1703f0a4fe1713bf7e2 /configure.ac
parentb7f318aa9611f132ba93745f663573bd223a2641 (diff)
downloademacs-9143eba0c6861f467c18bc52d66e6f5c573be56b.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])