From: Andreas Schwab Date: Mon, 24 Dec 2012 10:26:35 +0000 (+0100) Subject: Fixes: debbugs:13222 X-Git-Tag: emacs-24.2.92~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02e7729e7b171f037d90543c6d62ad0016f2be3d;p=emacs.git Fixes: debbugs:13222 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin. --- diff --git a/ChangeLog b/ChangeLog index 181fa811543..d6a54782ecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-24 Andreas Schwab + + * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin. + (Bug#13222) + 2012-12-20 Akinori MUSHA (tiny change) * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233) diff --git a/configure.ac b/configure.ac index 814b81a72bd..6c694fd7088 100644 --- a/configure.ac +++ b/configure.ac @@ -3633,7 +3633,7 @@ AH_TEMPLATE(SIGNALS_VIA_CHARACTERS, [Make process_send_signal work by case $opsys in dnl Perry Smith says this is correct for AIX. dnl thomas@mathematik.uni-bremen.de says this is needed for IRIX. - aix4-2 | cygwin | gnu | irix6-5 | freebsd | netbsd | openbsd ) + aix4-2 | cygwin | gnu | irix6-5 | freebsd | netbsd | openbsd | darwin ) AC_DEFINE(SIGNALS_VIA_CHARACTERS, 1) ;;