diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-02 17:18:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-02 17:18:50 +0000 |
commit | 2c5d1f4caa8567e14275c3b22ca20f83ac24458f (patch) | |
tree | 3d6b81fccd8ca5a38b530ac78669a74a32e03c11 | |
parent | 7a7e0240ea84715b987345fb89daa24149a1af0a (diff) | |
download | postgresql-2c5d1f4caa8567e14275c3b22ca20f83ac24458f.tar.gz postgresql-2c5d1f4caa8567e14275c3b22ca20f83ac24458f.zip |
autoconf
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 95f6906dae5..b1e7d32822b 100755 --- a/configure +++ b/configure @@ -4298,7 +4298,7 @@ fi ## ## Header files ## -for ac_hdr in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h netinet/tcp.h pwd.h sys/pstat.h sys/select.h sys/socket.h sys/types.h sys/un.h termios.h +for ac_hdr in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h netinet/tcp.h pwd.h sys/ipc.h sys/pstat.h sys/select.h sys/socket.h sys/types.h sys/un.h termios.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |