mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/digest/sha2/extconf.rb: fix so that they build from any
directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6a581e6317
commit
ad4c17c021
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Aug 15 04:04:02 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/digest/sha2/extconf.rb: fix so that they build from any
|
||||
directory.
|
||||
|
||||
Wed Aug 15 01:59:19 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
|
||||
|
|
|
@ -17,7 +17,7 @@ have_header("inttypes.h")
|
|||
|
||||
have_header("unistd.h")
|
||||
|
||||
if try_run(<<SRC, $defs.join(' '))
|
||||
if try_run(<<SRC, $defs.join(' ') + " -I#{$srcdir}")
|
||||
#include "../defs.h"
|
||||
int main(void) {
|
||||
#ifdef NO_UINT64_T
|
||||
|
|
Loading…
Add table
Reference in a new issue