mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (RUBY_TRY_CFLAGS, RUBY_TRY_LDFLAGS): more verbose messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0755d415bb
commit
5fce7630c7
1 changed files with 2 additions and 2 deletions
|
@ -434,7 +434,7 @@ fi])
|
|||
AC_DEFUN(RUBY_TRY_CFLAGS, [
|
||||
save_CFLAGS="$CFLAGS"
|
||||
CFLAGS="[$]CFLAGS $1"
|
||||
AC_MSG_CHECKING([whether ]$1[ is accepted])
|
||||
AC_MSG_CHECKING([whether ]$1[ is accepted as CFLAGS])
|
||||
RUBY_WERROR_FLAG([
|
||||
AC_TRY_COMPILE([$4], [$5],
|
||||
[$2
|
||||
|
@ -449,7 +449,7 @@ AC_DEFUN(RUBY_TRY_CFLAGS, [
|
|||
AC_DEFUN(RUBY_TRY_LDFLAGS, [
|
||||
save_LDFLAGS="$LDFLAGS"
|
||||
LDFLAGS="[$]LDFLAGS $1"
|
||||
AC_MSG_CHECKING([whether $1 is accepted])
|
||||
AC_MSG_CHECKING([whether $1 is accepted as LDFLAGS])
|
||||
RUBY_WERROR_FLAG([
|
||||
AC_TRY_LINK([$4], [$5],
|
||||
[$2
|
||||
|
|
Loading…
Reference in a new issue