blob: 098a9ccfc5d56f385471f9a231416e2977bd419e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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 \
|