Mercurial > hg > xemacs-beta
diff configure.ac @ 5817:a58070ee1f31
Disable ASLR on Yosemite.
author | Marcus Crestani <marcus@crestani.de> |
---|---|
date | Sun, 12 Oct 2014 07:17:55 +0200 |
parents | 5de7b6d1e752 |
children | ad3e9b3274d5 |
line wrap: on
line diff
--- a/configure.ac Thu Oct 09 15:45:16 2014 -0600 +++ b/configure.ac Sun Oct 12 07:17:55 2014 +0200 @@ -2820,8 +2820,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, 10.9 Mavericks - Darwin:1[[123]].*) + dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks, 10.10 Yosemite + Darwin:1[[1234]].*) AC_MSG_RESULT(yes) XE_APPEND([-Wl,-no_pie], LDFLAGS) ;;