mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix the end of "dlext & soext" section [ci skip]
This commit is contained in:
parent
48801c33c8
commit
a5562c13b1
1 changed files with 1 additions and 1 deletions
|
@ -3366,7 +3366,6 @@ AS_IF([test x$with_valgrind != xno],
|
|||
DLEXT=so])
|
||||
: ${SOEXT="${DLEXT}"}
|
||||
AC_SUBST(SOEXT)
|
||||
}
|
||||
|
||||
AS_IF([test "$rb_cv_dlopen:$load_relative" = yes:yes], [
|
||||
AS_IF([test "$ac_cv_func_dladdr" = yes], [
|
||||
|
@ -3386,6 +3385,7 @@ test ".$DLEXT" = "." || AC_DEFINE_UNQUOTED(DLEXT, ".$DLEXT")
|
|||
AC_SUBST(DLEXT)
|
||||
|
||||
AC_DEFINE_UNQUOTED(SOEXT, ".$SOEXT")
|
||||
}
|
||||
|
||||
: "strip" && {
|
||||
AC_MSG_CHECKING([for $STRIP flags])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue