efl: check realpath.

a warning in edje brought to attention that we were not checking for
that. also used in eet.



SVN revision: 82370
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-07 22:52:27 +00:00
parent 3c7fddb78d
commit 2de9608b27
1 changed files with 3 additions and 2 deletions

View File

@ -548,15 +548,16 @@ AC_CHECK_FUNCS([\
backtrace \ backtrace \
backtrace_symbols \ backtrace_symbols \
clearenv \ clearenv \
execvp \
dirfd \ dirfd \
execvp \
fpathconf \ fpathconf \
fstatat \ fstatat \
malloc_usable_size \ malloc_usable_size \
mkdirat \ mkdirat \
mtrace \ mtrace \
openat \ openat \
strlcpy \ realpath \
strlcpy
]) ])
AC_FUNC_ALLOCA AC_FUNC_ALLOCA