]> git.sesse.net Git - vlc/commit
build: check for gmtime_r and localtime_r with the new macro.
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sun, 15 Mar 2015 10:49:40 +0000 (10:49 +0000)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 16 Mar 2015 17:21:42 +0000 (19:21 +0200)
commiteab0e2ee8026c8087c2264fbeeba8320f3f8695e
tree4c5ade7f7fef3cb9ff93259e4c2cad8134d86994
parent358ae6ba605f524bc4b43e280c194bc42d9fa684
build: check for gmtime_r and localtime_r with the new macro.

This makes sure that the two functions are found when building on mingw32,
as the functions are defined as static inline rather than as library
symbols.

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac