From 17ea1c73fddecc608a6ba2c88ee729491cc69b40 Mon Sep 17 00:00:00 2001 From: manfred Date: Thu, 21 May 1998 07:52:38 +0000 Subject: =?UTF-8?q?=EF=BF=BD=20=09*=20configure.in:=20Check=20for=20unistd?= =?UTF-8?q?.h=20as=20well.=20=09*=20configure:=20Rebuild.=20=09*=20config.?= =?UTF-8?q?in:=20Rebuild.=20=09*=20getpagesize.c=20(GNU=5FOUR=5FPAGESIZE):?= =?UTF-8?q?=20Use=20sysconf=20only=20if=20=5FSC=5FPAGESIZE=20=09is=20defin?= =?UTF-8?q?ed=20in=20unistd.h.=20Reformat=20conditional=20block=20for=20ea?= =?UTF-8?q?sier=20reading.=20=09*=20config.table=20(shared):=20Default=20t?= =?UTF-8?q?o=20no=20if=20${enable=5Fshared}=20=09is=20unset=20or=20empty;?= =?UTF-8?q?=20this=20logic=20is=20used=20by=20the=20toplevel=20=09configur?= =?UTF-8?q?e=20scripts,=20too.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19923 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/configure.in') diff --git a/libiberty/configure.in b/libiberty/configure.in index 05a9df1e975..4b51ee4384b 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -104,7 +104,7 @@ AC_SUBST_FILE(host_makefile_frag) # It's OK to check for header files. Although the compiler may not be # able to link anything, it had better be able to at least compile # something. -AC_CHECK_HEADERS(sys/file.h sys/param.h stdlib.h string.h) +AC_CHECK_HEADERS(sys/file.h sys/param.h stdlib.h string.h unistd.h) # This is the list of functions which libiberty will provide if they # are not available on the host. -- cgit v1.2.1