aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-07 15:51:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-07 15:51:59 +0000
commit650b95045d0b02e1b53dcad3414d1dfde77f4e6b (patch)
tree7a9a4065c8ab12e8bbf59675a68e725b27615c4e /configure.in
parent5603134e58a7e0996a42767d0e8acbb20f56b9a8 (diff)
added gmtime_r check
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 197132c9a..42777b136 100644
--- a/configure.in
+++ b/configure.in
@@ -469,6 +469,8 @@ else
dnl is there a localtime_r()
CURL_CHECK_LOCALTIME_R()
+ AC_CHECK_FUNCS( gmtime_r )
+
fi
dnl **********************************************************************