summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-09-19 22:18:50 +0000
committerBenny Prijono <bennylp@teluu.com>2008-09-19 22:18:50 +0000
commit7542c4898053f6c15ac58f146f2852e59e592503 (patch)
treeebb916534c4ad84c5a199da4e67d0715b3e66271 /aconfigure.ac
parentbfbf08032fe10128674555e7b0b7f142607203ea (diff)
Couple of fixes in ioqueue_epoll for ticket #622 (still not working)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2300 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 05e7df11..1ed13219 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -329,7 +329,7 @@ AC_SUBST(ac_os_objs)
AC_MSG_CHECKING([ioqueue backend])
AC_ARG_ENABLE(epoll,
AC_HELP_STRING([--enable-epoll],
- [Use /dev/epoll ioqueue on Linux (beta)]),
+ [Use /dev/epoll ioqueue on Linux (experimental)]),
[
ac_os_objs=ioqueue_epoll.o
AC_MSG_RESULT([/dev/epoll])