Skip to content

Commit a5562c1

Browse files
committed
Fix the end of "dlext & soext" section [ci skip]
1 parent 48801c3 commit a5562c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3366,7 +3366,6 @@ AS_IF([test x$with_valgrind != xno],
33663366
DLEXT=so])
33673367
: ${SOEXT="${DLEXT}"}
33683368
AC_SUBST(SOEXT)
3369-
}
33703369

33713370
AS_IF([test "$rb_cv_dlopen:$load_relative" = yes:yes], [
33723371
AS_IF([test "$ac_cv_func_dladdr" = yes], [
@@ -3386,6 +3385,7 @@ test ".$DLEXT" = "." || AC_DEFINE_UNQUOTED(DLEXT, ".$DLEXT")
33863385
AC_SUBST(DLEXT)
33873386

33883387
AC_DEFINE_UNQUOTED(SOEXT, ".$SOEXT")
3388+
}
33893389

33903390
: "strip" && {
33913391
AC_MSG_CHECKING([for $STRIP flags])

0 commit comments

Comments
 (0)