Enable THREADED_DELTA_SEARCH for mingw

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Peter Harris
2009-03-24 13:00:33 -04:00
committed by Johannes Schindelin
parent 7ba615a300
commit 064f4d6929

View File

@@ -811,7 +811,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_STRCASESTR = YesPlease
NO_STRLCPY = YesPlease
NO_MEMMEM = YesPlease
NO_PTHREADS = YesPlease
THREADED_DELTA_SEARCH = YesPlease
NEEDS_LIBICONV = YesPlease
OLD_ICONV = YesPlease
NO_C99_FORMAT = YesPlease