Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2005-01-04 23:25:16 +0300
committerJonathan Pryor <jpryor@novell.com>2005-01-04 23:25:16 +0300
commit213a2fc3bf49de0cf00595ad651424b03e63e448 (patch)
treee19b808b164e4bd20a2ea6bc987f689495bfc98e /configure.in
parent892f98502a87edaadb2b6f8a94452913d4ef90af (diff)
* configure.in: Add check for vsnprintf.
svn path=/trunk/mono/; revision=38327
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 81659ea9362..1300962715a 100644
--- a/configure.in
+++ b/configure.in
@@ -1041,6 +1041,7 @@ if test x$platform_win32 = xno; then
AC_CHECK_FUNCS(posix_fadvise)
AC_CHECK_FUNCS(posix_fallocate)
AC_CHECK_FUNCS(posix_madvise)
+ AC_CHECK_FUNCS(vsnprintf)
AC_CHECK_FUNCS(sendfile)
AC_CHECK_FUNCS(sethostid)
AC_CHECK_FUNCS(statfs)