Assume dlerror() function is always available when dlopen() is

Remove separate checks for dlerror() which don't seem to be needed under
any platform any longer.

No real changes, just slim down configure/CMake a tiny bit.
This commit is contained in:
Vadim Zeitlin
2020-05-15 00:00:06 +02:00
parent fea8c608b1
commit 7a82a0bbf5
7 changed files with 0 additions and 74 deletions

View File

@@ -1194,9 +1194,6 @@ typedef pid_t GPid;
/* Define if wchar_t is distinct type in your compiler. */
#define wxWCHAR_T_IS_REAL_TYPE 1
/* Define if you have the dlerror function. */
#define HAVE_DLERROR 1
/* Define if you have the dladdr function. */
#undef HAVE_DLADDR