aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-03-14 12:42:24 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-03-14 13:13:40 +0100
commit3b450f0233ae4d296af6a6b1e40f8183e95d94b7 (patch)
tree61ee285c4ffc434ac893b77c2204ebfc53cf2c8f
parent5ef158fbbb3d515d55fb5bec9222cb7c24dc3956 (diff)
configure.ac: Fix typo in enable flag description
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 478da9b1..5e17c7ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,