Mercurial > hg > xemacs-beta
comparison configure @ 5817:a58070ee1f31
Disable ASLR on Yosemite.
author | Marcus Crestani <marcus@crestani.de> |
---|---|
date | Sun, 12 Oct 2014 07:17:55 +0200 |
parents | 5de7b6d1e752 |
children | b8316d3409cd |
comparison
equal
deleted
inserted
replaced
5816:5de7b6d1e752 | 5817:a58070ee1f31 |
---|---|
12224 fi | 12224 fi |
12225 | 12225 |
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ASLR needs to be disabled" >&5 | 12226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ASLR needs to be disabled" >&5 |
12227 $as_echo_n "checking whether ASLR needs to be disabled... " >&6; } | 12227 $as_echo_n "checking whether ASLR needs to be disabled... " >&6; } |
12228 case `uname -s`:`uname -r` in | 12228 case `uname -s`:`uname -r` in |
12229 Darwin:1[123].*) | 12229 Darwin:1[1234].*) |
12230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 12230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
12231 $as_echo "yes" >&6; } | 12231 $as_echo "yes" >&6; } |
12232 LDFLAGS="$LDFLAGS -Wl,-no_pie" && if test "$verbose" = "yes"; then echo " Appending \"-Wl,-no_pie\" to \$LDFLAGS"; fi | 12232 LDFLAGS="$LDFLAGS -Wl,-no_pie" && if test "$verbose" = "yes"; then echo " Appending \"-Wl,-no_pie\" to \$LDFLAGS"; fi |
12233 ;; | 12233 ;; |
12234 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 12234 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |