From a2d1bd89d776be4bd433b07007b8f13575d0f969 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 14 Jan 2013 21:04:11 +0000 Subject: [PATCH] efl: remove check for openat function This function is being used nowhere, so no need to check for its availability. SVN revision: 82777 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 03569be663..64196cbfba 100644 --- a/configure.ac +++ b/configure.ac @@ -543,7 +543,6 @@ fstatat \ malloc_usable_size \ mkdirat \ mtrace \ -openat \ realpath \ strlcpy ])