Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Krell <jaykrell@microsoft.com>2019-07-03 12:01:59 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-03 12:01:59 +0300
commit08feb423c1f214a5341fcb0132054cd0dcf9f891 (patch)
treeff0ba8ad5cf81f63c7c102d5e57c2b469aa5455e /configure.ac
parent33b4d2695ee15b8416cd2c6077691e4c8bbad94f (diff)
HAVE_DL_LOADER is never used so remove it. (#15500)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 18f03970a70..2895837f3d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)