Mercurial > hg > xemacs-beta
comparison configure.ac @ 5669:bc51e191aaea
Disable ASLR on Mountain Lion, too.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 03 Aug 2012 01:59:46 +0900 |
parents | e9f58d024c3c |
children | dede3f658f8e |
comparison
equal
deleted
inserted
replaced
5644:0df3cedee9ac | 5669:bc51e191aaea |
---|---|
2787 fi | 2787 fi |
2788 | 2788 |
2789 dnl Disable ASLR on systems where it breaks pdump. | 2789 dnl Disable ASLR on systems where it breaks pdump. |
2790 AC_MSG_CHECKING([whether ASLR needs to be disabled]) | 2790 AC_MSG_CHECKING([whether ASLR needs to be disabled]) |
2791 case `uname -s`:`uname -r` in | 2791 case `uname -s`:`uname -r` in |
2792 dnl Mac OS X 10.7 Lion | 2792 dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion |
2793 Darwin:11.*) | 2793 Darwin:1[[12]].*) |
2794 AC_MSG_RESULT(yes) | 2794 AC_MSG_RESULT(yes) |
2795 XE_APPEND([-Wl,-no_pie], LDFLAGS) | 2795 XE_APPEND([-Wl,-no_pie], LDFLAGS) |
2796 ;; | 2796 ;; |
2797 *) AC_MSG_RESULT(no) ;; | 2797 *) AC_MSG_RESULT(no) ;; |
2798 esac | 2798 esac |