]> git.sesse.net Git - vlc/blobdiff - configure.ac
dvdread: fix memory leak.
[vlc] / configure.ac
index e4d1ffbec33d997cc94dc984d3aa834d9409bd4f..e256ea0ac1aa36f946c6a3ed157a201cf2b375c4 100644 (file)
@@ -827,11 +827,6 @@ then
 fi
 ])
 
-dnl Check for dirent
-need_dirent=false
-AC_CHECK_HEADERS(dirent.h,,[need_dirent=:])
-AM_CONDITIONAL(BUILD_DIRENT, ${need_dirent})
-
 dnl Mac OS X and other OSes don't have declaration for nanosleep
 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
 AC_MSG_CHECKING(for nanosleep in time.h)