On Wed, 23 Mar 2011, Enlightenment SVN wrote:

> Log:
> ensure: check for libdl in autofutz
>
> Author:       nash
> Date:         2011-03-23 02:43:32 -0700 (Wed, 23 Mar 2011)
> New Revision: 58020
> Trac:         http://trac.enlightenment.org/e/changeset/58020
>
> Modified:
>  trunk/ensure/configure.ac
>
> Modified: trunk/ensure/configure.ac
> ===================================================================
> --- trunk/ensure/configure.ac 2011-03-23 09:08:36 UTC (rev 58019)
> +++ trunk/ensure/configure.ac 2011-03-23 09:43:32 UTC (rev 58020)
> @@ -11,12 +11,15 @@
> AC_HEADER_STDC
> AC_C_CONST
>
> +
> AC_LIBTOOL_WIN32_DLL
> define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
> define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
> AC_PROG_LIBTOOL
>
> PKG_CHECK_MODULES([ELEMENTARY], elementary)
> +AC_LIBTOOL_DLOPEN

you will have the terrible libltdl stuff. You really want it ?

Vincent

> +AC_CHECK_LIB([dl], [dlopen], [],AC_ERROR([Usable libdl not found! Apollo 
> port not yet complete.]))
>
> AC_OUTPUT(Makefile
>               src/Makefile
>
>
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to