Skip to content

Commit fe53851

Browse files
committed
Syntax changes
1 parent aa6e93e commit fe53851

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,13 +638,13 @@ memrchr \
638638
mempcpy \
639639
)
640640

641-
AC_CHECK_FUNC(inet_ntop,[],[
642-
AC_MSG_ERROR([Cannot find inet_ntop which is required])
641+
AC_CHECK_FUNC([inet_ntop],[],[
642+
AC_MSG_ERROR([Cannot find inet_ntop which is required.])
643643
]
644644
)
645645

646-
AC_CHECK_FUNC(inet_pton,[],[
647-
AC_MSG_ERROR([Cannot find inet_pton which is required])
646+
AC_CHECK_FUNC([inet_pton],[],[
647+
AC_MSG_ERROR([Cannot find inet_pton which is required.])
648648
]
649649
)
650650

0 commit comments

Comments
 (0)