[vlc-commits] Remove old HAVE_DL_DLOPEN definition
Rémi Denis-Courmont
git at videolan.org
Tue Aug 23 17:12:13 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 23 18:03:50 2011 +0300| [9abb4e7665ce9712b25202bd7e51e48cf8a1d485] | committer: Rémi Denis-Courmont
Remove old HAVE_DL_DLOPEN definition
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9abb4e7665ce9712b25202bd7e51e48cf8a1d485
---
configure.ac | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0f7ea99..9fc4892 100644
--- a/configure.ac
+++ b/configure.ac
@@ -728,7 +728,6 @@ if test "${ac_cv_have_plugins}" = "no" -o "${SYS}" = "darwin"; then
])
])
if test "${ac_cv_my_have_dlopen}" = "yes"; then
- AC_DEFINE(HAVE_DL_DLOPEN, 1, [Define if you have the dlopen API])
ac_cv_have_plugins=yes
VLC_ADD_LIBS([libvlccore realvideo lua],[$LIBDL])
fi
More information about the vlc-commits
mailing list