From 4735968287f418418b7d4836131d89a99ca30e3a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 12 Jan 2011 07:38:50 -0700 Subject: [PATCH] site/powerpc-common: Drop ac_cv_func_dlopen This is something that can be done at compile time and more importantly was set wrong (this should be no and then another one yet for getting -ldl, but that also wouldn't live in the -common one). Signed-off-by: Tom Rini --- site/powerpc-common | 1 - 1 file changed, 1 deletion(-) diff --git a/site/powerpc-common b/site/powerpc-common index aba65dea0b..a381560035 100644 --- a/site/powerpc-common +++ b/site/powerpc-common @@ -231,7 +231,6 @@ ac_cv_sizeof_int=${ac_cv_sizeof_int='4'} #modphp ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes} ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4} -ac_cv_func_dlopen=${ac_cv_func_dlopen=yes} lt_cv_dlopen_self=${lt_cv_dlopen_self=yes} # apache2 (note other apache stanza in this file) -- 2.39.5