summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
diff options
context:
space:
mode:
authorrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-10 08:25:23 +0000
committerrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-10 08:25:23 +0000
commit19368c775120ec8f646866c1b7cb54d7117b9aaa (patch)
tree2ae0e898916516734c5d6bcf4385bc03d46207e9 /libstdc++-v3/configure.ac
parentdb80fc3f1add0d1d105ce7569fb6fbedebf40b7f (diff)
downloadgcc-19368c775120ec8f646866c1b7cb54d7117b9aaa.tar.gz
libstdc++ profile mode bug fixes and minor updates
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155786 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r--libstdc++-v3/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index 2ee2bdbce28..0137f0a1c66 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -165,8 +165,8 @@ GLIBCXX_CHECK_GTHREADS
AC_LC_MESSAGES
# Check for available headers.
-AC_CHECK_HEADERS([endian.h float.h fp.h ieeefp.h inttypes.h locale.h \
-machine/endian.h machine/param.h nan.h stdint.h stdlib.h string.h \
+AC_CHECK_HEADERS([endian.h execinfo.h float.h fp.h ieeefp.h inttypes.h \
+locale.h machine/endian.h machine/param.h nan.h stdint.h stdlib.h string.h \
strings.h sys/ipc.h sys/isa_defs.h sys/machine.h sys/param.h \
sys/resource.h sys/sem.h sys/stat.h sys/time.h sys/types.h unistd.h \
wchar.h wctype.h])