diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-03 03:20:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-03 03:20:13 +0000 |
commit | 734b1f7655c257d3faa1f3af0d3d9cb04a8dfae6 (patch) | |
tree | a8e6898defe84df8ec9dc456e34e2f68724425f4 | |
parent | e846c2bb6f022ed4f32c726bb682359afd3af126 (diff) |
autoconf
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index d3405c5e4df..8a237d84c8e 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/ipc.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/un.h sys/types.h sys/un.h termios.h kernel/OS.h kernel/image.h SupportDefs.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/sem.h sys/socket.h sys/un.h sys/types.h sys/un.h termios.h kernel/OS.h kernel/image.h SupportDefs.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |