efl/struct dirent: remove check as nobody use the results.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 20 Dec 2012 19:02:42 +0000 (19:02 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 20 Dec 2012 19:02:42 +0000 (19:02 +0000)
SVN revision: 81476

configure.ac

index c231ad5..ef070c0 100644 (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