-doxygen
[oweals/gnunet.git] / configure.ac
index dd099513f78fac44440b6034413efb86c350c9a9..01b0d58d1cd9f6565330a16b003421565864a45d 100644 (file)
@@ -210,6 +210,8 @@ AC_CHECK_MEMBER(struct tm.tm_gmtoff,
      ,
      [#include <time.h>])
 
+AC_CHECK_DECLS([_stati64])
+
 # 'save' libs; only those libs found so far will be
 # linked against _everywhere_.  For the others, we
 # will be more selective!
@@ -410,7 +412,7 @@ fi
 
 
 # libgnurl
-LIBGNURL_CHECK_CONFIG(,7.33.0,gnurl=1,gnurl=0)
+LIBGNURL_CHECK_CONFIG(,7.34.0,gnurl=1,gnurl=0)
 if test "$gnurl" = 1
 then
        AM_CONDITIONAL(HAVE_LIBGNURL, true)