Mercurial > hg > xemacs-beta
diff configure.ac @ 5767:4e69b24a2301
Disable ASLR on Mavericks.
author | Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
---|---|
date | Mon, 28 Oct 2013 16:03:53 +0100 |
parents | e88d026f3917 |
children | 0f2338afbabf a216b3c2b09e |
line wrap: on
line diff
--- a/configure.ac Mon Sep 16 00:00:12 2013 +0200 +++ b/configure.ac Mon Oct 28 16:03:53 2013 +0100 @@ -2817,8 +2817,8 @@ dnl Disable ASLR on systems where it breaks pdump. AC_MSG_CHECKING([whether ASLR needs to be disabled]) case `uname -s`:`uname -r` in - dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion - Darwin:1[[12]].*) + dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks + Darwin:1[[123]].*) AC_MSG_RESULT(yes) XE_APPEND([-Wl,-no_pie], LDFLAGS) ;;