Skip to content
Snippets Groups Projects
Commit aaace2e8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

define GMTIME_R to 0 if not working

parent 3f16d9fb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment