efl/struct dirent: remove check as nobody use the results.

SVN revision: 81476
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-20 19:02:42 +00:00
parent b401a0225c
commit 5149aa925f
1 changed files with 0 additions and 7 deletions

View File

@ -529,13 +529,6 @@ AC_CHECK_TYPES([siginfo_t], [], [],
#endif
]])
# struct dirent
AC_CHECK_TYPES([struct dirent], [have_dirent="yes"], [have_dirent="no"],
[[
#include <dirent.h>
]])
#### Checks for structures