summaryrefslogtreecommitdiffstats
path: root/libf2c/libU77/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libU77/configure')
-rwxr-xr-xlibf2c/libU77/configure9
1 files changed, 5 insertions, 4 deletions
diff --git a/libf2c/libU77/configure b/libf2c/libU77/configure
index 87073312bb1..71582362e82 100755
--- a/libf2c/libU77/configure
+++ b/libf2c/libU77/configure
@@ -1343,15 +1343,16 @@ fi
for ac_func in symlink getcwd getwd lstat gethostname strerror clock \
- getrusage times alarm getlogin getgid getuid kill link ttyname
+ getrusage times alarm getlogin getgid getuid kill link ttyname \
+ gettimeofday
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1350: checking for $ac_func" >&5
+echo "configure:1351: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1355 "configure"
+#line 1356 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -1374,7 +1375,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:1378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+if { (eval echo configure:1379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
OpenPOWER on IntegriCloud