diff options
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 03165b79ca..3e2fe43e04 100644 --- a/configure.ac +++ b/configure.ac @@ -503,7 +503,10 @@ AS_CASE(["$target_os"], ]) rb_cv_binary_elf=no : ${enable_shared=yes} - ], +], +[darwin*], [ + : ${enable_shared=yes} +], [hiuxmpp*], [AC_DEFINE(__HIUX_MPP__)]) # by TOYODA Eizi <toyoda@npd.kishou.go.jp> |
