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_symbols \
clearenv \
execvp \
dirfd \
execvp \
fpathconf \
fstatat \
malloc_usable_size \
mkdirat \
mtrace \
openat \
strlcpy \
realpath \
strlcpy
])
AC_FUNC_ALLOCA