libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
528 stars 304 forks source link

configure: Use string for tm_zone assignment #249

Closed fweimer-rh closed 7 months ago

fweimer-rh commented 7 months ago

This matches what the actual sources do. Clang 16 and GCC 14 no longer support converting ints to pointers implicitly, so the configure probe always fails with these compilers.

Related to: