Check for -ldl in configure.ac
authorMike Gorse <mgorse@novell.com>
Sat, 29 May 2010 01:01:43 +0000 (21:01 -0400)
committerMike Gorse <mgorse@novell.com>
Sat, 29 May 2010 01:01:43 +0000 (21:01 -0400)
configure.ac

index a6fc649..562281d 100644 (file)
@@ -44,6 +44,8 @@ PKG_CHECK_MODULES(GOBJ, [gobject-2.0 >= 2.0.0])
 AC_SUBST(GOBJ_LIBS)
 AC_SUBST(GOBJ_CFLAGS)
 
+AC_CHECK_LIB(dl, dlopen)
+
 AC_PATH_XTRA
 
 if test x$no_x = xyes ; then