aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-03 07:30:17 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-03 07:30:17 +0000
commitb5e935ae855757d6f0b51b28b0bbc48a4c996f69 (patch)
tree6a418160cb3c4081c7088a6ee8e092e7a410d7ac /sim/v850/configure
parentfdd64f952debd1000ed87f077f0fea0ea1fb63dd (diff)
downloadgdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.zip
gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.gz
gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.bz2
Pacify gcc-current -Wall.
Diffstat (limited to 'sim/v850/configure')
-rwxr-xr-xsim/v850/configure9
1 files changed, 5 insertions, 4 deletions
diff --git a/sim/v850/configure b/sim/v850/configure
index 2395cb3..4853d8b 100755
--- a/sim/v850/configure
+++ b/sim/v850/configure
@@ -1512,24 +1512,25 @@ EOF
chmod
else
echo "$ac_t""no" 1>&6
+utime
fi
done
-for ac_hdr in unistd.h
+for ac_hdr in unistd.h stdlib.h string.h strings.h utime.h time.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:1523: checking for $ac_hdr" >&5
+echo "configure:1524: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1528 "configure"
+#line 1529 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
rm -rf conftest*