Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5816:5de7b6d1e752 | 5817:a58070ee1f31 |
---|---|
2818 fi | 2818 fi |
2819 | 2819 |
2820 dnl Disable ASLR on systems where it breaks pdump. | 2820 dnl Disable ASLR on systems where it breaks pdump. |
2821 AC_MSG_CHECKING([whether ASLR needs to be disabled]) | 2821 AC_MSG_CHECKING([whether ASLR needs to be disabled]) |
2822 case `uname -s`:`uname -r` in | 2822 case `uname -s`:`uname -r` in |
2823 dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks | 2823 dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks, 10.10 Yosemite |
2824 Darwin:1[[123]].*) | 2824 Darwin:1[[1234]].*) |
2825 AC_MSG_RESULT(yes) | 2825 AC_MSG_RESULT(yes) |
2826 XE_APPEND([-Wl,-no_pie], LDFLAGS) | 2826 XE_APPEND([-Wl,-no_pie], LDFLAGS) |
2827 ;; | 2827 ;; |
2828 *) AC_MSG_RESULT(no) ;; | 2828 *) AC_MSG_RESULT(no) ;; |
2829 esac | 2829 esac |