From: Florian Weimer Date: Fri, 23 Dec 2022 17:51:08 +0000 (+0100) Subject: Fix alternate stack test in configure X-Git-Tag: emacs-29.0.90~1027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=121a9ff9f6fc69066ce30c2dbe6cbfbfdca6aeaa;p=emacs.git Fix alternate stack test in configure * configure.ac (emacs_cv_alternate_stack): Include for 'malloc's prototype. --- diff --git a/configure.ac b/configure.ac index ac29f351fb3..df19508d3d3 100644 --- a/configure.ac +++ b/configure.ac @@ -5248,6 +5248,7 @@ AC_CACHE_CHECK([whether signals can be handled on alternate stack], [emacs_cv_alternate_stack], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include + #include ]], [[stack_t ss; struct sigaction sa;