Skip to content

Commit 22ec258

Browse files
authored
Omit HAVE_INET_NTOP definition with AC_CHECK_FUNC (#13073)
Following the bb1109d this now doesn't define the unused symbol HAVE_INET_NTOP also in Autotools build system.
1 parent 67eb196 commit 22ec258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ memrchr \
643643
mempcpy \
644644
)
645645

646-
AC_CHECK_FUNCS(inet_ntop,[],[
646+
AC_CHECK_FUNC(inet_ntop,[],[
647647
AC_MSG_ERROR([Cannot find inet_ntop which is required])
648648
]
649649
)

0 commit comments

Comments
 (0)