diff options
author | marha <marha@users.sourceforge.net> | 2012-04-17 08:15:58 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-04-17 08:15:58 +0200 |
commit | c1194ccd395fdbb23c9ab56bc340ee20a5feeb82 (patch) | |
tree | bd62f97d832e6d17fab91db957c79bd38e6900bf /fontconfig/configure.in | |
parent | d6d3999ccb2cb72d55820770260172eccbbb68d7 (diff) | |
download | vcxsrv-c1194ccd395fdbb23c9ab56bc340ee20a5feeb82.tar.gz vcxsrv-c1194ccd395fdbb23c9ab56bc340ee20a5feeb82.tar.bz2 vcxsrv-c1194ccd395fdbb23c9ab56bc340ee20a5feeb82.zip |
fontconfig mesa git update 17 Apr 2012
Diffstat (limited to 'fontconfig/configure.in')
-rw-r--r-- | fontconfig/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/configure.in b/fontconfig/configure.in index 1af236719..9c9de30e7 100644 --- a/fontconfig/configure.in +++ b/fontconfig/configure.in @@ -133,7 +133,7 @@ AC_TYPE_PID_T # Checks for library functions. AC_FUNC_VPRINTF AC_FUNC_MMAP -AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr strtol getopt getopt_long sysconf ftruncate chsize rand random lrand48 random_r rand_r regcomp regerror regexec regfree]) +AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr strtol getopt getopt_long sysconf ftruncate chsize rand random lrand48 random_r rand_r regcomp regerror regexec regfree posix_fadvise]) # # regex |