diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-12 05:51:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-12 05:51:25 +0000 |
commit | e44fcf3bcf912ddf4ce94f9c3f71c253d473d692 (patch) | |
tree | 3f5de3fdbbc7b5ba332f8d2123f017c2e8437ce6 /gold/configure.ac | |
parent | 6ca8706da5d2154ee86544024f708fda30efba26 (diff) | |
download | binutils-gdb-e44fcf3bcf912ddf4ce94f9c3f71c253d473d692.tar.gz |
Add --stats option to print runtime and memory usage statistics.
Diffstat (limited to 'gold/configure.ac')
-rw-r--r-- | gold/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/configure.ac b/gold/configure.ac index 0e0bc7ef0d7..eb4416a9456 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -171,6 +171,7 @@ AC_LANG_PUSH(C++) AC_CHECK_HEADERS(tr1/unordered_set tr1/unordered_map) AC_CHECK_HEADERS(ext/hash_map ext/hash_set) +AC_CHECK_FUNCS(mallinfo) dnl Test whether the compiler can specify a member templates to call. AC_COMPILE_IFELSE([ |