juddmon / jpilot

Desktop Organizer Software for the Palm Pilot
GNU General Public License v2.0
53 stars 13 forks source link

Fix configure.in for clang16 #50

Closed Schievel1 closed 1 year ago

Schievel1 commented 1 year ago

Clang16 will not allow implicit library functions by default and therefore this test would fail because the function exit() from stdlib.h is used. We need to include stdlib.h in this test.

See also: https://bugs.gentoo.org/870535