[oe-commits] Tom Rini : site/powerpc-common: Drop ac_cv_func_dlopen

git version control git at git.openembedded.org
Wed Jan 12 14:48:14 UTC 2011


Module: openembedded.git
Branch: master
Commit: 4735968287f418418b7d4836131d89a99ca30e3a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4735968287f418418b7d4836131d89a99ca30e3a

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jan 12 07:38:50 2011 -0700

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 <tom_rini at mentor.com>

---

 site/powerpc-common |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/site/powerpc-common b/site/powerpc-common
index aba65de..a381560 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)





More information about the Openembedded-commits mailing list