build system: Check for and work-around broken Perl_load_module().
authorSebastian Harl <sh@tokkee.org>
Mon, 2 Feb 2009 11:28:43 +0000 (11:28 +0000)
committerSebastian Harl <sh@tokkee.org>
Thu, 5 Feb 2009 20:10:25 +0000 (21:10 +0100)
commit037645b13aeb23c64d06776c679cb3d2b73a2235
tree0814c3380f799715ea1642fae6555e196800fcc5
parent8490780130e2b31287d6731c187ba0ae3b645368
build system: Check for and work-around broken Perl_load_module().

Configure now checks for a broken Perl_load_module() definition as introduced
in Perl 5.10 which incorrectly uses __attribute__nonnull__(3). If that has been
detected, the perl plugin will now be built using -Wno-nonnull, thus ignoring
the warning / error produced by the nonnull attribute.

References: #41
Resolves: #42
configure.in
src/Makefile.am