Remove checks for dl* library/header.

Mon, 22 Aug 2016 23:03:22 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 22 Aug 2016 23:03:22 -0400
changeset 37937
5d43db030efb
parent 37936
65e477a02dd6
child 37938
04fa7bca5239

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.

finch/libgnt/configure.ac file | annotate | diff | comparison | revisions
libpurple/internal.h file | annotate | diff | comparison | revisions
--- a/finch/libgnt/configure.ac	Sun Aug 21 05:32:19 2016 -0400
+++ b/finch/libgnt/configure.ac	Mon Aug 22 23:03:22 2016 -0400
@@ -86,9 +86,6 @@
 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>
--- a/libpurple/internal.h	Sun Aug 21 05:32:19 2016 -0400
+++ b/libpurple/internal.h	Mon Aug 22 23:03:22 2016 -0400
@@ -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>

mercurial