summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-01-17 12:49:16 +0900
committerAkira TAGOH <akira@tagoh.org>2013-01-17 12:49:16 +0900
commit671bcb34e23ed03b1f564af35560db81f8b12b96 (patch)
tree73a60b5f0609ca89ccc85c0c1096a86513950f80 /configure.ac
parent2fe5ddfdae6be80db5b7e622ab6c1ab985377542 (diff)
downloadfontconfig-671bcb34e23ed03b1f564af35560db81f8b12b96.tar.gz
Better fix for 2fe5ddfd
Drop realpath() and fix breakage on Win32
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91875b1..e8ee559 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ AC_TYPE_PID_T
# Checks for library functions.
AC_FUNC_VPRINTF
AC_FUNC_MMAP
-AC_CHECK_FUNCS([link mkstemp mkostemp _mktemp_s getopt getopt_long getprogname rand random lrand48 random_r rand_r realpath regcomp regerror regexec regfree fstatvfs fstatfs lstat])
+AC_CHECK_FUNCS([link mkstemp mkostemp _mktemp_s getopt getopt_long getprogname rand random lrand48 random_r rand_r regcomp regerror regexec regfree fstatvfs fstatfs lstat])
dnl AC_CHECK_FUNCS doesn't check for header files.
dnl posix_fadvise() may be not available in older libc.