From d0490cd27de527d7bea26d131c24dfdf8d56949d Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Mon, 5 Jun 2017 16:19:37 +0100 Subject: [PATCH] build: fix make dist --- po/POTFILES.in | 1 - protos.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 3255bcf5d..e0b3ee7d0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -124,7 +124,6 @@ signal.c smtp.c sort.c status.c -strcasestr.c system.c thread.c txt2c.c diff --git a/protos.h b/protos.h index ea125f80d..58f22288f 100644 --- a/protos.h +++ b/protos.h @@ -410,8 +410,4 @@ int ci_send_message(int flags, struct Header *msg, char *tempfile, struct Contex int wcscasecmp(const wchar_t *a, const wchar_t *b); #endif -#ifndef HAVE_STRCASESTR -char *strcasestr(const char *s1, const char *s2); -#endif - #endif /* _MUTT_PROTOS_H */ -- 2.40.0