diff options
Diffstat (limited to 'po/m4/lib-ld.m4')
-rw-r--r-- | po/m4/lib-ld.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/m4/lib-ld.m4 b/po/m4/lib-ld.m4 index aa07cb4b..934207a7 100644 --- a/po/m4/lib-ld.m4 +++ b/po/m4/lib-ld.m4 | |||
@@ -1,5 +1,5 @@ | |||
1 | # lib-ld.m4 serial 9 | 1 | # lib-ld.m4 serial 10 |
2 | dnl Copyright (C) 1996-2003, 2009-2021 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 1996-2003, 2009-2022 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
@@ -122,7 +122,7 @@ else | |||
122 | *-*-aix*) | 122 | *-*-aix*) |
123 | AC_COMPILE_IFELSE( | 123 | AC_COMPILE_IFELSE( |
124 | [AC_LANG_SOURCE( | 124 | [AC_LANG_SOURCE( |
125 | [[#if defined __powerpc64__ || defined _ARCH_PPC64 | 125 | [[#if defined __powerpc64__ || defined __LP64__ |
126 | int ok; | 126 | int ok; |
127 | #else | 127 | #else |
128 | error fail | 128 | error fail |