]> arthur.barton.de Git - ngircd-alex.git/commit
configure: make implicit declarations fatal
authorFlorian Westphal <fw@strlen.de>
Sat, 29 May 2010 11:06:19 +0000 (13:06 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 9 Jun 2010 09:49:57 +0000 (11:49 +0200)
commitb849e63fbfcddae7c770944816544c4799856042
treecd6b701d597847adddef6eed81c705df3ff463d2
parent55190f2d3ddf9b4bd43b0555df784c95eed82390
configure: make implicit declarations fatal

from bugzilla #105:
"ngircd-16 works great under openbsd4.7/i386, but it segfaults on
openbsd4.7/amd64."

Caused by missing function prototypes and the resulting truncation of
pointer to int.

Lets try to catch these bugs during compilation instead of SIGSEGV.
configure.in