Code

* in 1.3: Changed types used in rrd_file_t from off_t to size_t to prevent: warning...
[rrdtool-all.git] / program / configure.ac
index ce37e4fdbec60b003b4888da4c4da45b6062710f..10e08f9cee9c02f9e1dbe32eaa546283b8124548 100644 (file)
@@ -188,7 +188,7 @@ AC_C_BIGENDIAN
 dnl for each function found we get a definition in config.h 
 dnl of the form HAVE_FUNCTION
 
-AC_CHECK_FUNCS(tzset fsync mbstowcs opendir readdir chdir chroot getuid setlocale strerror snprintf vsnprintf fpclass class fp_class isnan memmove strchr mktime getrusage gettimeofday)
+AC_CHECK_FUNCS(tzset fsync mbstowcs opendir readdir chdir chroot getuid setlocale strerror snprintf vsnprintf vasprintf fpclass class fp_class isnan memmove strchr mktime getrusage gettimeofday)
 
 AC_FUNC_STRERROR_R