From 2de9608b27602160fd8dba3fa97d7b6115149bb0 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Mon, 7 Jan 2013 22:52:27 +0000 Subject: [PATCH] efl: check realpath. a warning in edje brought to attention that we were not checking for that. also used in eet. SVN revision: 82370 --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6a84b5ad75..018042131c 100644 --- a/configure.ac +++ b/configure.ac @@ -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