]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix ctime_r configure error (MinGW-w64) 849/head
authorWolfgang Stöggl <c72578@yahoo.de>
Thu, 7 Dec 2017 20:43:53 +0000 (21:43 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Thu, 7 Dec 2017 20:43:53 +0000 (21:43 +0100)
commit603de9af4389d099e650db211743e4cf0980de7b
tree3e6544e39f9841fa0fe68691d0834897edf364c8
parent4f550fc6240bd95da7dab42418afcbd03acb82de
Fix ctime_r configure error (MinGW-w64)

- configure.ac: include pthread.h inside AC_LANG_PROGRAM
  for ctime_r check if __MINGW32__ is defined
  Fixes:
  checking if ctime_r need special care to act posixly correct...
  configure: error: Can't figure how to compile ctime_r
configure.ac