From 2671981e99996146c5624fb6005265805d29bfce Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Fri, 19 Oct 2007 22:51:50 +0200 Subject: [PATCH] Windows does not have memmem(). Signed-off-by: Johannes Sixt --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9fa72a8a07..a048c061fa 100644 --- a/Makefile +++ b/Makefile @@ -501,6 +501,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) NO_UNSETENV=YesPlease NO_STRCASESTR=YesPlease NO_STRLCPY=YesPlease + NO_MEMMEM = YesPlease NEEDS_LIBICONV = YesPlease OLD_ICONV = YesPlease NO_C99_FORMAT = YesPlease -- 2.11.4.GIT