* check if dlopen() is in libc first, then in libdl
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 3 Jan 2011 08:16:55 +0000 (08:16 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 3 Jan 2011 08:16:55 +0000 (08:16 +0000)
commit60f2ca154c913b8e99a617321e7e6ca2b50f844a
tree2a05970f3a9adefa15e530b88c373cbc6abd0f8e
parent0a9b27d8464265b9ae5d64b03081bc91c47188af
 * check if dlopen() is in libc first, then in libdl
 * check if clock_gettime() is in libc first, then in librt

some systems have these functions in libc, or in a specific lib.
This allows to correctly set dlopen_libs and rt_libs variables.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55821 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac