diff options
Diffstat (limited to 'auto/options')
-rw-r--r-- | auto/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 5311af5a5..91b9b1b7a 100644 --- a/auto/options +++ b/auto/options @@ -6,6 +6,7 @@ OBJS=objs TEST_BUILD_DEVPOLL=NO TEST_BUILD_EPOLL=NO +TEST_BUILD_SIGIO=NO SELECT=YES POLL=YES @@ -56,6 +57,7 @@ do --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;; --test-build-epoll) TEST_BUILD_EPOLL=YES ;; + --test-build-sigio) TEST_BUILD_SIGIO=YES ;; *) echo "$0: error: invalid option \"$option\"" |