We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6e93e commit fe53851Copy full SHA for fe53851
configure.ac
@@ -638,13 +638,13 @@ memrchr \
638
mempcpy \
639
)
640
641
-AC_CHECK_FUNC(inet_ntop,[],[
642
- 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.])
643
]
644
645
646
-AC_CHECK_FUNC(inet_pton,[],[
647
- 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.])
648
649
650
0 commit comments