]> git.sur5r.net Git - openldap/commitdiff
strpbrk was checked for twice, and something didn't work. Now it does.
authorBart Hartgers <bart@openldap.org>
Thu, 14 Jan 1999 17:43:32 +0000 (17:43 +0000)
committerBart Hartgers <bart@openldap.org>
Thu, 14 Jan 1999 17:43:32 +0000 (17:43 +0000)
configure.in

index afd909097e6176f8adf462991eca9cc061fa1897..e0c6d0c95121e8a7cc101aef97a4fa43b99bc74f 100644 (file)
@@ -1255,7 +1255,6 @@ AC_CHECK_FUNCS(           \
        strtol                  \
        strtoul                 \
        strspn                  \
-       strpbrk                 \       
        sysconf                 \
        waitpid                 \
 )