projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02e14b
)
HAVE_DL_LOADER is never used so remove it. (mono/mono#15500)
author
Jay Krell
<jaykrell@microsoft.com>
Wed, 3 Jul 2019 09:01:59 +0000
(
02:01
-0700)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/src/mono/configure.ac
b/src/mono/configure.ac
index
18f0397
..
2895837
100644
(file)
--- a/
src/mono/configure.ac
+++ b/
src/mono/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)