From: Bart Hartgers Date: Thu, 14 Jan 1999 17:43:32 +0000 (+0000) Subject: strpbrk was checked for twice, and something didn't work. Now it does. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~779 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c230139a8c36c4222785d84766828d6319110590;p=openldap strpbrk was checked for twice, and something didn't work. Now it does. --- diff --git a/configure.in b/configure.in index afd909097e..e0c6d0c951 100644 --- a/configure.in +++ b/configure.in @@ -1255,7 +1255,6 @@ AC_CHECK_FUNCS( \ strtol \ strtoul \ strspn \ - strpbrk \ sysconf \ waitpid \ )