Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/configure.ac Fri Mar 02 18:26:14 2012 +0000 +++ b/configure.ac Fri Aug 03 01:59:46 2012 +0900 @@ -2789,8 +2789,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 - Darwin:11.*) + dnl Mac OS X 10.7 Lion, 10.8 Mountain Lion + Darwin:1[[12]].*) AC_MSG_RESULT(yes) XE_APPEND([-Wl,-no_pie], LDFLAGS) ;;