configure.ac: Fix typo in enable flag description

Change-Id: Ida390c50379a429a4b42434e32954eeb832a11ff
This commit is contained in:
Pau Espin 2023-03-14 12:42:24 +01:00
parent 5ef158fbbb
commit 3b450f0233
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ AC_ARG_ENABLE([force_io_select],
)],
[force_io_select=$enableval], [force_io_select="no"])
AS_IF([test "x$force_io_select" = "xyes"], [
AC_DEFINE([FORCE_IO_SELECT], [1], [Force the use of select() instaed of poll()])
AC_DEFINE([FORCE_IO_SELECT], [1], [Force the use of select() instead of poll()])
])
AC_ARG_ENABLE(msgfile,