We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6a418 commit e7e7a25Copy full SHA for e7e7a25
configure.ac
@@ -639,13 +639,13 @@ memrchr \
639
mempcpy \
640
)
641
642
-AC_CHECK_FUNC(inet_ntop,[],[
643
- AC_MSG_ERROR([Cannot find inet_ntop which is required])
+AC_CHECK_FUNC([inet_ntop],[],[
+ AC_MSG_ERROR([Cannot find inet_ntop which is required.])
644
]
645
646
647
-AC_CHECK_FUNC(inet_pton,[],[
648
- AC_MSG_ERROR([Cannot find inet_pton which is required])
+AC_CHECK_FUNC([inet_pton],[],[
+ AC_MSG_ERROR([Cannot find inet_pton which is required.])
649
650
651
0 commit comments