aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/jim.h b/jim.h
index 1c0c7a1..7db83d1 100644
--- a/jim.h
+++ b/jim.h
@@ -89,14 +89,14 @@ extern "C" {
#define JIM_ANSIC
#endif
-#if !defined(JIM_ANSIC) && !defined(NOMMU)
-#define JIM_DYNLIB /* Dynamic library support */
-#endif
-
#ifndef HAVE_NO_AUTOCONF
#include <autoconf.h>
#endif
+#if defined(HAVE_DLOPEN)
+#define JIM_DYNLIB /* Dynamic library support */
+#endif
+
/* -----------------------------------------------------------------------------
* Compiler specific fixes.
* ---------------------------------------------------------------------------*/