diff options
Diffstat (limited to 'ld/configure.ac')
-rw-r--r-- | ld/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.ac b/ld/configure.ac index d1bf1e4..c81ccfe 100644 --- a/ld/configure.ac +++ b/ld/configure.ac @@ -282,7 +282,7 @@ dnl file. rm -f tdirs # If the host is 64-bit, then we enable 64-bit targets by default. -# This is consistent with what ../bfd/configure.in does. +# This is consistent with what ../bfd/configure.ac does. if test x${want64} = xfalse; then AC_CHECK_SIZEOF(void *) if test "x${ac_cv_sizeof_void_p}" = "x8"; then |