* configure.in: use 4 argument form of AC_CHECK_HEADERS to force
autoconf to use compiler's result git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
64e36b0efc
commit
c56eee05c6
@ -1,3 +1,8 @@
|
|||||||
|
Sun Dec 30 12:09:47 2012 Charlie Somerville <charlie@charliesomerville.com>
|
||||||
|
|
||||||
|
* configure.in: use 4 argument form of AC_CHECK_HEADERS to force
|
||||||
|
autoconf to use compiler's result
|
||||||
|
|
||||||
Sun Dec 30 10:58:04 2012 Kazuki Tsujimoto <kazuki@callcc.net>
|
Sun Dec 30 10:58:04 2012 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||||
|
|
||||||
* test/ruby/test_keyword.rb: add a test for passing hash
|
* test/ruby/test_keyword.rb: add a test for passing hash
|
||||||
|
@ -1220,7 +1220,9 @@ main()
|
|||||||
LINK_SO="$LINK_SO
|
LINK_SO="$LINK_SO
|
||||||
$POSTLINK"
|
$POSTLINK"
|
||||||
fi
|
fi
|
||||||
AC_CHECK_HEADERS(crt_externs.h)
|
AC_CHECK_HEADERS(crt_externs.h, [], [], [
|
||||||
|
#include <crt_externs.h>
|
||||||
|
])
|
||||||
],
|
],
|
||||||
[hpux*], [ LIBS="-lm $LIBS"
|
[hpux*], [ LIBS="-lm $LIBS"
|
||||||
ac_cv_c_inline=no],
|
ac_cv_c_inline=no],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user