Pull in third-party poll emulator and automatically link it in if we detect the system's poll is broken

This commit is contained in:
Quentin Smith
2012-04-20 04:59:09 -04:00
parent 8de74afb5f
commit dd49b986ed
7 changed files with 515 additions and 3 deletions
+3
View File
@@ -2,3 +2,6 @@ SUBDIRS =
if COND_THIRD_LIBSTDDJB
SUBDIRS += libstddjb
endif
if COND_THIRD_POLL
SUBDIRS += poll
endif