efl: check realpath.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 7 Jan 2013 22:52:27 +0000 (22:52 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 7 Jan 2013 22:52:27 +0000 (22:52 +0000)
a warning in edje brought to attention that we were not checking for
that. also used in eet.

SVN revision: 82370

configure.ac

index 6a84b5a..0180421 100644 (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