mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 18:26:44 +02:00
11 lines
389 B
Diff
11 lines
389 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -31638,7 +31638,7 @@
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the type of fd_set::fds_bits" >&5
|
|
printf %s "checking for the type of fd_set::fds_bits... " >&6; }
|
|
-for type in __fd_mask __int32_t unknown; do
|
|
+for type in __fd_mask fd_mask __int32_t unknown; do
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|