diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r-- | src/testcurl/https/test_https_get_select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c index 0dd4e11d..70a16425 100644 --- a/src/testcurl/https/test_https_get_select.c +++ b/src/testcurl/https/test_https_get_select.c | |||
@@ -221,7 +221,7 @@ main (int argc, char *const *argv) | |||
221 | fprintf (stderr, "Error: %s\n", strerror (errno)); | 221 | fprintf (stderr, "Error: %s\n", strerror (errno)); |
222 | return -1; | 222 | return -1; |
223 | } | 223 | } |
224 | #if LINUX | 224 | #if EPOLL_SUPPORT |
225 | if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY))) | 225 | if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY))) |
226 | fprintf (stderr, "Fail: %d\n", errorCount); | 226 | fprintf (stderr, "Fail: %d\n", errorCount); |
227 | #endif | 227 | #endif |