Skip to content

Commit e7e7a25

Browse files
committed
Syntax changes
1 parent ad6a418 commit e7e7a25

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
@@ -639,13 +639,13 @@ memrchr \
639639
mempcpy \
640640
)
641641

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

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

0 commit comments

Comments
 (0)