diff options
Diffstat (limited to 'sysdeps/x86_64/preconfigure')
-rw-r--r-- | sysdeps/x86_64/preconfigure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/preconfigure b/sysdeps/x86_64/preconfigure index 48ba6a1516..ca9de75843 100644 --- a/sysdeps/x86_64/preconfigure +++ b/sysdeps/x86_64/preconfigure @@ -133,7 +133,7 @@ if ${libc_cv_x32+:} false; then : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#ifdef __LP64__ +#ifndef __ILP32__ # error not x32 #endif int |