зеркало из https://github.com/microsoft/git.git
autoconf: check for setitimer()
The Makefile has provisions for this case, so let's detect it in the configure script as well. Signed-off-by: Jonas 'Sortie' Termansen <sortie@maxsi.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
6441090cf2
Коммит
a6fd4fb55d
|
@ -911,6 +911,12 @@ AC_CHECK_LIB([iconv], [locale_charset],
|
|||
[CHARSET_LIB=-lcharset])])
|
||||
GIT_CONF_SUBST([CHARSET_LIB])
|
||||
#
|
||||
# Define NO_SETITIMER if you don't have setitimer.
|
||||
GIT_CHECK_FUNC(setitimer,
|
||||
[NO_SETITIMER=],
|
||||
[NO_SETITIMER=YesPlease])
|
||||
GIT_CONF_SUBST([NO_SETITIMER])
|
||||
#
|
||||
# Define NO_STRCASESTR if you don't have strcasestr.
|
||||
GIT_CHECK_FUNC(strcasestr,
|
||||
[NO_STRCASESTR=],
|
||||
|
|
Загрузка…
Ссылка в новой задаче