From: Sebastian Harl Date: Fri, 1 May 2009 13:40:02 +0000 (+0200) Subject: configure: Fixed the check for broken Perl_load_module(). X-Git-Tag: collectd-4.7.0~37 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=9e9d1133de2ccff0267fec43170efdc9fd1ff587;p=collectd.git configure: Fixed the check for broken Perl_load_module(). Do not initialize AC_CACHE_CHECK cache-id's - that'd be the same as having the initial value in the cache. This was introduced in commit 61c19cc1. --- diff --git a/configure.in b/configure.in index c585390e..a9ee366e 100644 --- a/configure.in +++ b/configure.in @@ -2192,7 +2192,6 @@ then LDFLAGS=$SAVE_LDFLAGS fi -c_cv_have_broken_perl_load_module="no" if test "x$with_libperl" = "xyes" then SAVE_CFLAGS=$CFLAGS