diff options
Diffstat (limited to 'gold/configure.ac')
-rw-r--r-- | gold/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/configure.ac b/gold/configure.ac index 1294fa6..fcb176f 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -106,6 +106,8 @@ dnl host dependent. If build == host, we can check getconf LFS_CFLAGS. LFS_CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" AC_SUBST(LFS_CXXFLAGS) +AC_REPLACE_FUNCS(pread) + AC_LANG_PUSH(C++) AC_CHECK_HEADERS(tr1/unordered_set tr1/unordered_map) |