[configure.ac] commented out -want_epoll=yes to avoid ERR<31094>
authorMyungjae Lee <mjae.lee@samsung.com>
Thu, 25 Nov 2010 08:43:02 +0000 (17:43 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Thu, 25 Nov 2010 08:43:02 +0000 (17:43 +0900)
configure.ac

index f54edad..ef73240 100644 (file)
@@ -912,7 +912,8 @@ m4_ifdef([AC_PROG_OBJC], [
 ])
 AC_SUBST(cocoa_ldflags)
 
-want_epoll=yes
+### commented out to avoid ERR<31094> - Failed to create epoll fd! / Failed to add poll on fd 
+#want_epoll=yes
 AC_ARG_ENABLE(epoll,
   AC_HELP_STRING([--enable-epoll], [enable or disable epoll support]),
   [want_epoll=$enableval])