mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8a185b6142
PR: ports/84012 Submitted by: Simon Lang <simon@lang-clan.de> (maintainer)
20 lines
745 B
Plaintext
20 lines
745 B
Plaintext
*** configure.orig Sun Jul 10 14:45:42 2005
|
|
--- configure Sun Jul 10 14:46:05 2005
|
|
***************
|
|
*** 1837,1843 ****
|
|
test "x$enable_shared" = "xno" ; then
|
|
check_library_options="libruby-static libruby1.8-static"
|
|
else
|
|
! check_library_options="libruby libruby1.8"
|
|
fi
|
|
check_library "$check_library_options" \
|
|
"$enable_shared" "$rubylibdir" $RUBYDIR $RUBYDIR/lib \
|
|
--- 1837,1843 ----
|
|
test "x$enable_shared" = "xno" ; then
|
|
check_library_options="libruby-static libruby1.8-static"
|
|
else
|
|
! check_library_options="libruby libruby1.8 libruby18"
|
|
fi
|
|
check_library "$check_library_options" \
|
|
"$enable_shared" "$rubylibdir" $RUBYDIR $RUBYDIR/lib \
|