* 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
@ -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>
|
Wed Aug 15 01:59:19 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
|
* ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
|
||||||
|
@ -17,7 +17,7 @@ have_header("inttypes.h")
|
|||||||
|
|
||||||
have_header("unistd.h")
|
have_header("unistd.h")
|
||||||
|
|
||||||
if try_run(<<SRC, $defs.join(' '))
|
if try_run(<<SRC, $defs.join(' ') + " -I#{$srcdir}")
|
||||||
#include "../defs.h"
|
#include "../defs.h"
|
||||||
int main(void) {
|
int main(void) {
|
||||||
#ifdef NO_UINT64_T
|
#ifdef NO_UINT64_T
|
||||||
|
Loading…
x
Reference in New Issue
Block a user