emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9143eba 1/3: Prepare for update from Gnulib


From: Paul Eggert
Subject: master 9143eba 1/3: Prepare for update from Gnulib
Date: Fri, 22 Jan 2021 15:03:03 -0500 (EST)

branch: master
commit 9143eba0c6861f467c18bc52d66e6f5c573be56b
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    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 bea2833..08f3c0c 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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]