mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) 42713: [Backport #8792]
* configure.in (sys/pstat.h): fix missing header check for missing/setproctitle.c on HP-UX. [ruby-core:56644] [Bug #8792] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@43487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55b9300745
commit
739c6cea04
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Oct 31 23:32:41 2013 Michal Rokos <michal@rokos.cz>
|
||||
|
||||
* configure.in (sys/pstat.h): fix missing header check for
|
||||
missing/setproctitle.c on HP-UX. [ruby-core:56644] [Bug #8792]
|
||||
|
||||
Thu Oct 31 23:25:25 2013 Martin Bosslet <Martin.Bosslet@gmail.com>
|
||||
|
||||
* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
|
||||
|
|
|
@ -1359,6 +1359,7 @@ AS_CASE(["$target_os"],
|
|||
[aix* | k*bsd*-gnu | kopensolaris*-gnu | linux* | darwin*], [AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)],
|
||||
[hpux*], [AC_DEFINE(SPT_TYPE,SPT_PSTAT) ],
|
||||
[])
|
||||
AC_CHECK_HEADERS(sys/pstat.h)
|
||||
|
||||
|
||||
AC_CACHE_CHECK(for signbit, rb_cv_have_signbit,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define RUBY_VERSION "1.9.3"
|
||||
#define RUBY_PATCHLEVEL 475
|
||||
#define RUBY_PATCHLEVEL 476
|
||||
|
||||
#define RUBY_RELEASE_DATE "2013-10-31"
|
||||
#define RUBY_RELEASE_YEAR 2013
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue