From fd57b9e15ffa87400417ef5a2d892b7d646e41d0 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 23 Apr 2001 06:00:43 +0000 Subject: [PATCH] Uh, weird typo. Wonder when that crept in. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3c34a5e24b..3cfbc9b5bb 100644 --- a/configure.in +++ b/configure.in @@ -252,7 +252,7 @@ AC_CHECK_LIB(m, sin) dnl Only include libbind if inet_aton is not found in dnl libresolv. -AC_CHECK_LIB(resolv, inet_aton. [], [ +AC_CHECK_LIB(resolv, inet_aton, [], [ AC_CHECK_LIB(bind, inet_aton, [], [ AC_CHECK_LIB(bind, __inet_aton) ]) -- 2.50.1