From: Kurt Zeilenga Date: Fri, 22 Jun 2001 18:10:55 +0000 (+0000) Subject: No need to check for snprintf as code requires it to be present. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1291 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42846566a809be6c60228d4ccd7ad608ecd22958;p=openldap No need to check for snprintf as code requires it to be present. --- diff --git a/configure.in b/configure.in index aa7bf73b96..7ff129e4bf 100644 --- a/configure.in +++ b/configure.in @@ -2217,7 +2217,6 @@ AC_CHECK_FUNCS( \ sigaction \ signal \ sigset \ - snprintf \ strdup \ strerror \ strpbrk \