diff options
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index ea53ec96d60..18d45fdefb3 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1322,7 +1322,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <sys/resource.h> #endif ]], [[rlim_t l = 0;]])],[],[AC_DEFINE([rlim_t],[long], -[Define to \`long' if <sys/resource.h> doesn't define.])]) +[Define to `long' if <sys/resource.h> doesn't define.])]) # On AIX 5.2, <ldfcn.h> conflicts with <fcntl.h>, as both define incompatible # FREAD and FWRITE macros. Fortunately, for GCC's single usage of ldgetname |