]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixes: debbugs:13222
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 24 Dec 2012 10:26:35 +0000 (11:26 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 24 Dec 2012 10:26:35 +0000 (11:26 +0100)
* configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.

ChangeLog
configure.ac

index 181fa8115435edb58980905c3c894e2e111552e3..d6a54782eccda911377ac14c1778638ec038174a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-24  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
+       (Bug#13222)
+
 2012-12-20  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
 
        * Makefile.in (install-arch-dep): Ignore chmod errors.  (Bug#13233)
index 814b81a72bd4875ec122b04f78a91a70e87f9ebc..6c694fd708802907db3c00444ae3f2a4c8f663c5 100644 (file)
@@ -3633,7 +3633,7 @@ AH_TEMPLATE(SIGNALS_VIA_CHARACTERS, [Make process_send_signal work by
 case $opsys in
   dnl Perry Smith <pedz@ddivt1.austin.ibm.com> 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)
     ;;