From: Lucas De Marchi Date: Mon, 14 Jan 2013 21:04:11 +0000 (+0000) Subject: efl: remove check for openat function X-Git-Tag: submit/devel/efl/20131022.203902~2266 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2d1bd89d776be4bd433b07007b8f13575d0f969;p=platform%2Fupstream%2Fefl.git efl: remove check for openat function This function is being used nowhere, so no need to check for its availability. SVN revision: 82777 --- diff --git a/configure.ac b/configure.ac index 03569be..64196cb 100644 --- a/configure.ac +++ b/configure.ac @@ -543,7 +543,6 @@ fstatat \ malloc_usable_size \ mkdirat \ mtrace \ -openat \ realpath \ strlcpy ])