diff options
| author | Marc G. Fournier | 1998-02-19 13:59:16 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-02-19 13:59:16 +0000 |
| commit | 9a4d023bb57412b880565f66759f906ddf9d1eb5 (patch) | |
| tree | 3cce1e4960d6f4eb4763f1acc9e5a29227a11c7e /src/configure | |
| parent | 1d6424b1fb04b3ee6b59fc9333c9afc6e8b8e285 (diff) | |
Check for <netinet/in.h>, required by DG/ux
Diffstat (limited to 'src/configure')
| -rwxr-xr-x | src/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure b/src/configure index d220796d15..a3c09059d7 100755 --- a/src/configure +++ b/src/configure @@ -2735,7 +2735,7 @@ else fi done -for ac_hdr in sys/resource.h netdb.h arpa/inet.h +for ac_hdr in sys/resource.h netdb.h arpa/inet.h getopt.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -2815,7 +2815,7 @@ else fi done -for ac_hdr in readline/history.h ieeefp.h fp_class.h +for ac_hdr in readline/history.h ieeefp.h fp_class.h netinet/in.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -3224,7 +3224,7 @@ else fi rm -f conftest* -if test x$ac_cv_prog_gcc = xyes; then +if test $ac_cv_prog_gcc = yes; then echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 echo "configure:3230: checking whether ${CC-cc} needs -traditional" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then |
