commit | 2adeefe38897ec138f623a68e36e249de40c0943 | [log] [tgz] |
---|---|---|
author | Ge van Geldorp <ge@gse.nl> | Fri Jun 30 21:37:34 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 06 15:39:43 2006 +0200 |
tree | 09fd436ccf867ca07cf4f1011ae6c779c8514b27 | |
parent | 3c1f2d6cbe942fac816e2dd284a611f89ac5c06d [diff] [blame] |
configure: Allow relocation on x86_64.
diff --git a/configure b/configure index 7b53f6b..ece71b4 100755 --- a/configure +++ b/configure
@@ -16915,7 +16915,7 @@ fi case $host_cpu in - *i[3456789]86*) + *i[3456789]86* | x86_64) { echo "$as_me:$LINENO: checking whether we can relocate the executable to 0x7bf00000" >&5 echo $ECHO_N "checking whether we can relocate the executable to 0x7bf00000... $ECHO_C" >&6; } if test "${ac_cv_ld_reloc_exec+set}" = set; then