/pidgin/main: 5d43db030efb: Remove checks for dl* library/header.
Elliott Sales de Andrade <[email protected]> Tue, 23 Aug 2016 19:45:07 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 5d43db030efbf9366db6433a3f993d76855a7641 Author: Elliott Sales de Andrade <[email protected]> Date: 2016-08-22 23:03 -0400 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/5d43db030efb Description: Remove checks for dl* library/header. I suspect these were used to load plugins and were supposed to be removed when GPlugin started being used. diffstat: finch/libgnt/configure.ac | 3 --- libpurple/internal.h | 6 ------ 2 files changed, 0 insertions(+), 9 deletions(-) diffs (29 lines): diff --git a/finch/libgnt/configure.ac b/finch/libgnt/configure.ac --- a/finch/libgnt/configure.ac +++ b/finch/libgnt/configure.ac @@ -86,9 +86,6 @@ dnl to prevent the g_stat()/g_unlink() c dnl (09:50:07) Robot101: LSchiere2: it's easy. +LC_SYS_LARGEFILE somewhere in configure.ac AC_SYS_LARGEFILE -dnl FreeBSD doesn't have libdl, dlopen is provided by libc -AC_CHECK_FUNC(dlopen, LIBDL="", [AC_CHECK_LIB(dl, dlopen, LIBDL="-ldl")]) - AC_MSG_CHECKING(for the %z format string in strftime()) AC_TRY_RUN([ #include <time.h> diff --git a/libpurple/internal.h b/libpurple/internal.h --- a/libpurple/internal.h +++ b/libpurple/internal.h @@ -101,12 +101,6 @@ #include <langinfo.h> #endif -#ifdef PURPLE_PLUGINS -# ifdef HAVE_DLFCN_H -# include <dlfcn.h> -# endif -#endif - #ifndef _WIN32 # include <netinet/in.h> # include <sys/socket.h> _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits