]> granicus.if.org Git - curl/commitdiff
check for strtoll(), for the upcoming >2GB patch
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Dec 2003 16:05:26 +0000 (16:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Dec 2003 16:05:26 +0000 (16:05 +0000)
configure.ac

index 8199f13dc5ac7d81601d727958d8249fc55c63c3..241062c2325ddf46a5e893baaab74795ab49a15c 100644 (file)
@@ -918,7 +918,8 @@ dnl Checks for library functions.
 dnl AC_PROG_GCC_TRADITIONAL
 AC_TYPE_SIGNAL
 dnl AC_FUNC_VPRINTF
-AC_CHECK_FUNCS( socket \
+AC_CHECK_FUNCS( strtoll \
+                socket \
                 select \
                 strdup \
                 strstr \