X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=708e7b86ce2a55dffc162025c7a009a88b0d8c38;hb=ae76cb90cb835f9df42e849206ab55a1e1e1eea3;hp=5601e8bac953c670e35f32ffe48d157dd5694ce7;hpb=bb89e84f95a4885dffc9562137139a3ab4f1e05c;p=git.git diff --git a/configure.ac b/configure.ac index 5601e8bac..708e7b86c 100644 --- a/configure.ac +++ b/configure.ac @@ -783,6 +783,12 @@ GIT_CHECK_FUNC(strcasestr, [NO_STRCASESTR=YesPlease]) AC_SUBST(NO_STRCASESTR) # +# Define NO_STRTOK_R if you don't have strtok_r +GIT_CHECK_FUNC(strtok_r, +[NO_STRTOK_R=], +[NO_STRTOK_R=YesPlease]) +AC_SUBST(NO_STRTOK_R) +# # Define NO_MEMMEM if you don't have memmem. GIT_CHECK_FUNC(memmem, [NO_MEMMEM=],