emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 462804d: Unbreak the build on Cygwin


From: Ken Brown
Subject: [Emacs-diffs] master 462804d: Unbreak the build on Cygwin
Date: Sun, 13 Nov 2016 02:46:57 +0000 (UTC)

branch: master
commit 462804da9ce5a2ffc8c6ad4887d97116cf868d13
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    Unbreak the build on Cygwin
    
    * configure.ac (system_malloc) [CYGWIN]: Unset.
---
 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7450e2f..d9f52e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2157,7 +2157,8 @@ system_malloc=yes
 case "$opsys" in
   ## darwin ld insists on the use of malloc routines in the System framework.
   darwin | mingw32 | nacl | sol2-10) ;;
-  cygwin) hybrid_malloc=yes;;
+  cygwin) hybrid_malloc=yes
+          system_malloc= ;;
   *) test "$ac_cv_func_sbrk" = yes && 
system_malloc=$emacs_cv_sanitize_address;;
 esac
 



reply via email to

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