]> git.eshelyaron.com Git - emacs.git/commitdiff
Prepare for update from Gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jan 2021 19:44:50 +0000 (11:44 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jan 2021 20:02:54 +0000 (12:02 -0800)
* 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

index bea2833809079efd1400cbb5f45dc301d313fad6..08f3c0cd85707fcbec9a37694d634799733658c5 100644 (file)
@@ -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])