HAVE_DL_LOADER is never used so remove it. (mono/mono#15500)
authorJay Krell <jaykrell@microsoft.com>
Wed, 3 Jul 2019 09:01:59 +0000 (02:01 -0700)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 3 Jul 2019 09:01:59 +0000 (11:01 +0200)
Commit migrated from https://github.com/mono/mono/commit/08feb423c1f214a5341fcb0132054cd0dcf9f891

src/mono/configure.ac

index 18f0397..2895837 100644 (file)
@@ -2129,7 +2129,6 @@ if test x$host_win32 = xno; then
                AC_MSG_WARN([No dynamic loading support available])
        else
                LIBS="$LIBS $DL_LIB"
-               AC_DEFINE(HAVE_DL_LOADER,1,[dlopen-based dynamic loader available])
                dnl from glib's configure.ac
                if test "x$cross_compiling" = "xyes"; then
                   AC_MSG_RESULT(cross compiling, assuming no)