diff options
author | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-05-21 07:52:41 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-05-21 07:52:41 +0000 |
commit | b9256371fa7d10f7f401a68820fdcbe38c78885e (patch) | |
tree | 1171f46d2f27ceab4a009d3956976bac047427ec /libiberty/configure | |
parent | 3fe97d74adf47f126ba3c19e633826eeb95c2662 (diff) | |
download | gcc-b9256371fa7d10f7f401a68820fdcbe38c78885e.tar.gz |
configure.in: Check for unistd.h as well.
0
* configure.in: Check for unistd.h as well.
* configure: Rebuild.
* config.in: Rebuild.
* getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
is defined in unistd.h. Reformat conditional block for easier reading.
* config.table (shared): Default to no if ${enable_shared}
is unset or empty; this logic is used by the toplevel
configure scripts, too.
From-SVN: r19924
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 d8ed85a90e5..4b4dee50da2 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -1019,7 +1019,7 @@ else fi echo "$ac_t""$CPP" 1>&6 -for ac_hdr in sys/file.h sys/param.h stdlib.h string.h +for ac_hdr in sys/file.h sys/param.h stdlib.h string.h unistd.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |