author | Sebastian Harl <sh@tokkee.org> | |
Mon, 2 Feb 2009 11:28:43 +0000 (11:28 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 5 Feb 2009 20:10:25 +0000 (21:10 +0100) | ||
commit | 037645b13aeb23c64d06776c679cb3d2b73a2235 | |
tree | 0814c3380f799715ea1642fae6555e196800fcc5 | tree | snapshot |
parent | 8490780130e2b31287d6731c187ba0ae3b645368 | commit | diff |
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 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 | diff | blob | history | |
src/Makefile.am | diff | blob | history |