qulogic/libgnt

Remove checks for dl* library/header.

2016-08-22, Elliott Sales de Andrade
cdbda37176f1
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.
  • +0 -3
    configure.ac
  • --- a/configure.ac Sat Aug 20 20:15:01 2016 -0400
    +++ b/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>