From: Ken Brown Date: Sun, 13 Nov 2016 02:45:24 +0000 (-0500) Subject: Unbreak the build on Cygwin X-Git-Tag: emacs-26.0.90~1343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=462804da9ce5a2ffc8c6ad4887d97116cf868d13;p=emacs.git Unbreak the build on Cygwin * configure.ac (system_malloc) [CYGWIN]: Unset. --- diff --git a/configure.ac b/configure.ac index 7450e2f7274..d9f52e5b8ad 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