]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Look for memmem, for lib/memmem.c test.
authorSimon Josefsson <simon@josefsson.org>
Tue, 5 Oct 2004 20:41:29 +0000 (20:41 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 5 Oct 2004 20:41:29 +0000 (20:41 +0000)
configure.in

index 07288d69d146bfaea3c73d6a6aea3128e991d994..5c89e912e0d9dcdd8a57058dd2c910ccbf80b16a 100644 (file)
@@ -163,7 +163,7 @@ AC_CHECK_HEADERS(errno.h sys/time.h time.h)
 AC_CHECK_HEADERS(math.h limits.h float.h stdarg.h ctype.h)
 dnl opencdk
 AC_CHECK_HEADERS(netdb.h)
-AC_CHECK_FUNCS(vasprintf isascii memmove mmap gmtime_r inet_ntop,,)
+AC_CHECK_FUNCS(vasprintf isascii memmove memmem mmap gmtime_r inet_ntop,,)
 AC_FUNC_ALLOCA