mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: check iff nacl
* configure.in (RUBY_NACL_CHECK_PEPPER_TYPES): check only on nacl. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9341988b41
commit
6379978d45
1 changed files with 3 additions and 1 deletions
|
@ -125,12 +125,14 @@ AC_DEFUN([RUBY_NACL],
|
|||
])])
|
||||
|
||||
AC_DEFUN([RUBY_NACL_CHECK_PEPPER_TYPES],
|
||||
[
|
||||
[AS_CASE(["${host_os}"],
|
||||
[nacl], [
|
||||
AC_CHECK_TYPES([struct PPB_Core, struct PPB_Messaging, struct PPB_Var,
|
||||
struct PPB_URLLoader, struct PPB_URLRequestInfo,
|
||||
struct PPB_URLResponseInfo, struct PPB_FileRef,
|
||||
struct PPP_Instance])
|
||||
])
|
||||
])
|
||||
|
||||
AC_DEFUN([RUBY_CPPOUTFILE],
|
||||
[AC_CACHE_CHECK(whether ${CPP} accepts -o, rb_cv_cppoutfile,
|
||||
|
|
Loading…
Reference in a new issue