Skip to content

Commit 8a19f55

Browse files
author
foobar
committed
MFH
1 parent b318045 commit 8a19f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ AC_CHECK_LIB(m, sin)
252252

253253
dnl Only include libbind if inet_aton is not found in
254254
dnl libresolv.
255-
AC_CHECK_LIB(resolv, inet_aton. [], [
255+
AC_CHECK_LIB(resolv, inet_aton, [], [
256256
AC_CHECK_LIB(bind, inet_aton, [], [
257257
AC_CHECK_LIB(bind, __inet_aton)
258258
])

0 commit comments

Comments
 (0)