diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 22:59:40 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 22:59:40 +0000 |
commit | 5dfe2c03cd9b3caa8ab8405bdf6ce652e47ae0a4 (patch) | |
tree | 7383fe93eb4c73695e4a18dc994d58d7df6b3456 /libiberty/configure | |
parent | 9bf67ab7403e2c9858fb06da170f06a5c094c0ce (diff) | |
download | gcc-5dfe2c03cd9b3caa8ab8405bdf6ce652e47ae0a4.tar.gz |
* getopt.c: Check HAVE_STRINGS_H before including strings.h.
* configure.in (AC_CHECK_HEADERS): Check for strings.h too.
* config.in, configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23065 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index 6843ccf0366..52de547b8c5 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -1027,7 +1027,7 @@ else fi echo "$ac_t""$CPP" 1>&6 -for ac_hdr in sys/file.h sys/param.h stdlib.h string.h unistd.h +for ac_hdr in sys/file.h sys/param.h stdlib.h string.h unistd.h strings.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |