check if we need libdl...

SVN revision: 10619
This commit is contained in:
Carsten Haitzler 2004-06-29 04:37:17 +00:00
parent a75c6835db
commit c8e7be5464
2 changed files with 4 additions and 1 deletions

View File

@ -161,6 +161,9 @@ AC_SUBST(xine_cflags)
AC_SUBST(xine_libs)
AC_SUBST(xine_plugins)
AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
AC_SUBST(dlopen_libs)
AC_OUTPUT([
Makefile
src/Makefile

View File

@ -16,6 +16,6 @@ libemotion_la_SOURCES = \
emotion_smart.c \
emotion_private.h
libemotion_la_LIBADD = $(LDFLAGS) @my_libs@ -ldl
libemotion_la_LIBADD = $(LDFLAGS) @my_libs@ @dlopen_libs@
libemotion_la_DEPENDENCIES = $(top_builddir)/config.h
libemotion_la_LDFLAGS = -version-info 0:1:0