]> git.sesse.net Git - vlc/blobdiff - configure.ac
Remove old BeOS thread support
[vlc] / configure.ac
index 75073cbeddb7ccf5102655b0c08c41d34caef453..70204c374ee22f2a0f5ad4a47a0dafcfaba429cc 100644 (file)
@@ -855,7 +855,7 @@ AC_EGREP_HEADER(timespec,sys/time.h,[
 
 dnl Check for threads library
 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
-AC_CHECK_HEADERS(pthread.h kernel/scheduler.h kernel/OS.h)
+AC_CHECK_HEADERS(pthread.h)
 fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
 
 dnl Find where are the X headers and libraries