Mercurial > hg > xemacs-beta
diff configure @ 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 Mon Sep 16 00:00:12 2013 +0200 +++ b/configure Mon Oct 28 16:03:53 2013 +0100 @@ -12205,7 +12205,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ASLR needs to be disabled" >&5 $as_echo_n "checking whether ASLR needs to be disabled... " >&6; } case `uname -s`:`uname -r` in - Darwin:1[12].*) + Darwin:1[123].*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } LDFLAGS="$LDFLAGS -Wl,-no_pie" && if test "$verbose" = "yes"; then echo " Appending \"-Wl,-no_pie\" to \$LDFLAGS"; fi