-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit 5b268fa
Use AC_CHECK_MEMBERS instead of AC_EGREP_HEADER (#13048)
AC_EGREP_* macros are not recommended due to their unreliability in
certain cases, checking for struct member can be done here using the
usual AC_CHECK_MEMBERS instead.
AC_CHECK_MEMBERS macro by default defines constant
HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.1 parent ea6110f commit 5b268fa
2 files changed
+3
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
745 | 745 |
| |
746 | 746 |
| |
747 | 747 |
| |
748 | - | ||
748 | + | ||
749 | 749 |
| |
750 | 750 |
| |
751 | 751 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
12 | + | ||
13 | + | ||
18 | 14 |
| |
19 | 15 |
| |
20 | 16 |
| |
|
0 commit comments