mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
[rt20890] Minor wording changes in new configure warnings
This commit is contained in:
parent
54ee18cf5e
commit
0975c5502f
@ -638,21 +638,21 @@ AC_ARG_ENABLE(kqueue,
|
||||
want_kqueue="$enableval", want_kqueue="no")
|
||||
if test "$want_kqueue" = "yes"; then
|
||||
BINDIOMUX="--enable-kqueue"
|
||||
AC_MSG_WARN([--enable-kqueue is not supported: it can lead to some issue as server looping])
|
||||
AC_MSG_WARN([--enable-kqueue is not supported: it may lead to issues such as server looping])
|
||||
fi
|
||||
AC_ARG_ENABLE(epoll,
|
||||
AS_HELP_STRING([--enable-epoll],[use Linux epoll (default is no)]),
|
||||
want_epoll="$enableval", want_epoll="no")
|
||||
if test "$want_epoll" = "yes"; then
|
||||
BINDIOMUX="--enable-epoll"
|
||||
AC_MSG_WARN([--enable-epoll is not supported: it can lead to some issue as server looping])
|
||||
AC_MSG_WARN([--enable-epoll is not supported: it may lead to issues such as server looping])
|
||||
fi
|
||||
AC_ARG_ENABLE(devpoll,
|
||||
AS_HELP_STRING([--enable-devpoll],[use /dev/poll (default is no)]),
|
||||
want_devpoll="$enableval", want_devpoll="no")
|
||||
if test "$want_devpoll" = "yes"; then
|
||||
BINDIOMUX="--enable-devpoll"
|
||||
AC_MSG_WARN([--enable-devpoll is not supported: it can lead to some issue as server looping])
|
||||
AC_MSG_WARN([--enable-devpoll is not supported: it may lead to issues such as server looping])
|
||||
fi
|
||||
AC_SUBST(BINDIOMUX)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user