GNOME Bugzilla – Bug 681229
configure check for gmtime - on mingw* hosts will enable date-time function
Last modified: 2012-08-16 13:23:07 UTC
Created attachment 220359 [details] [review] configure check for gmtime Makefile based windows build define HAVE_GMTIME see libxslt/win32config.h . Since configure script does not check for function gmtime, i.e. HAVE_GMTIME is not defined, autoconf based builds will lack date-time function. Also HAVE_GMTIME_R, i.e. function gmtime_r, take precedence over HAVE_GMTIME - ref libexslt/date.c .
Okay, pushed too: http://git.gnome.org/browse/libxslt/commit/?id=a2051bf912d8e96e5b7407fde237cfbdc590ce1e thanks ! Daniel