mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
define GMTIME_R to 0 if not working
This commit is contained in:
parent
3f16d9fbc9
commit
aaace2e802
@ -1321,6 +1321,7 @@ if test x$cross_compiling != xyes; then
|
||||
dnl failure, now disable the function
|
||||
AC_MSG_RESULT(no)
|
||||
ac_cv_func_gmtime_r="no"
|
||||
AC_DEFINE(HAVE_GMTIME_R, 0, [if you have gmtime_r])
|
||||
,
|
||||
dnl not invoked when crosscompiling)
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user