aboutsummaryrefslogtreecommitdiff
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 3064a950d..5311af5a5 100644
--- a/auto/options
+++ b/auto/options
@@ -5,6 +5,7 @@ CC=gcc
OBJS=objs
TEST_BUILD_DEVPOLL=NO
+TEST_BUILD_EPOLL=NO
SELECT=YES
POLL=YES
@@ -54,6 +55,7 @@ do
--with-zlib=*) ZLIB="$value" ;;
--test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;;
+ --test-build-epoll) TEST_BUILD_EPOLL=YES ;;
*)
echo "$0: error: invalid option \"$option\""