summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-06-24 18:55:21 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-06-24 18:55:21 +0000
commita061a3f62f540d8bc5ad53a63880186810d14d09 (patch)
tree7b9e97b690e6c35295c4d30272799d79ca703627 /configure
parentfd786668ea61bc96c5d2b670e88e02650b9fb07a (diff)
downloadpostgresql-a061a3f62f540d8bc5ad53a63880186810d14d09.tar.gz
Avoid including <sys/time.h> on platforms that don't have it.
Per trouble report from Andreas Pflug.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 1069a016ee..bbc28a5e41 100755
--- a/configure
+++ b/configure
@@ -6957,7 +6957,8 @@ done
-for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h
+
+for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/time.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then