* configure.in (AC_ARG_WITH): use withval directly.
fix failure on FreeBSD. http://fb32.rubyci.org/~chkbuild/ruby-trunk/log/20131217T070301Z.diff.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3409690957
commit
f10068dc44
@ -1,3 +1,9 @@
|
|||||||
|
Fri Dec 20 14:19:12 2013 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* configure.in (AC_ARG_WITH): use withval directly.
|
||||||
|
fix failure on FreeBSD.
|
||||||
|
http://fb32.rubyci.org/~chkbuild/ruby-trunk/log/20131217T070301Z.diff.html.gz
|
||||||
|
|
||||||
Fri Dec 20 14:00:01 2013 Aman Gupta <ruby@tmm1.net>
|
Fri Dec 20 14:00:01 2013 Aman Gupta <ruby@tmm1.net>
|
||||||
|
|
||||||
* include/ruby/ruby.h (struct RClass): add super, remove iv_index_tbl.
|
* include/ruby/ruby.h (struct RClass): add super, remove iv_index_tbl.
|
||||||
|
@ -860,7 +860,6 @@ AC_ARG_WITH(opt-dir,
|
|||||||
AS_HELP_STRING([--with-opt-dir=DIR-LIST],
|
AS_HELP_STRING([--with-opt-dir=DIR-LIST],
|
||||||
[add optional headers and libraries directories separated by $PATH_SEPARATOR]),
|
[add optional headers and libraries directories separated by $PATH_SEPARATOR]),
|
||||||
[
|
[
|
||||||
withval="$1"
|
|
||||||
val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([[^$PATH_SEPARATOR]*]\)| -I\1/include|g;s/^ //"`
|
val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([[^$PATH_SEPARATOR]*]\)| -I\1/include|g;s/^ //"`
|
||||||
CPPFLAGS="$CPPFLAGS $val"
|
CPPFLAGS="$CPPFLAGS $val"
|
||||||
val=`IFS="$PATH_SEPARATOR"
|
val=`IFS="$PATH_SEPARATOR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user