mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
change --enable-valgrind to --with-valgrind.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0886a4d8a0
commit
a8b39ddf5a
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
Sat Jul 14 16:11:24 2007 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in: add --enable-valgrind.
|
||||
* configure.in: add --with-valgrind.
|
||||
|
||||
* gc.h (SET_MACHINE_STACK_END): new macro to replace
|
||||
rb_gc_set_stack_end. it find out accurate stack boundary by
|
||||
|
@ -12,7 +12,7 @@ Sat Jul 14 16:11:24 2007 Tanaka Akira <akr@fsij.org>
|
|||
* gc.c (mark_current_thread): extracted from garbage_collect.
|
||||
it use SET_MACHINE_STACK_END to not scan out of stack area.
|
||||
it notify conservative GC information to valgrind if
|
||||
--enable-valgrind.
|
||||
--with-valgrind.
|
||||
|
||||
Sat Jul 14 14:04:06 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
|
|
|
@ -873,8 +873,8 @@ fi
|
|||
|
||||
AC_CHECK_FUNCS(backtrace)
|
||||
|
||||
AC_ARG_ENABLE(valgrind,
|
||||
[ --enable-valgrind enable valgrind memcheck support.],
|
||||
AC_ARG_WITH(valgrind,
|
||||
[ --with-valgrind enable valgrind memcheck support.],
|
||||
[AC_CHECK_HEADERS(valgrind/memcheck.h)])
|
||||
|
||||
dnl default value for $KANJI
|
||||
|
|
Loading…
Reference in a new issue