1
1

Fix the bug in memchecker/valgrind/configure.m4, which wrongly reset the

CPPFLAG.

This commit was SVN r18899.
Этот коммит содержится в:
Shiqing Fan 2008-07-13 18:03:02 +00:00
родитель 807c53c7b1
Коммит 0b1b96b598

Просмотреть файл

@ -49,8 +49,7 @@ AC_DEFUN([MCA_memchecker_valgrind_CONFIG],[
[AC_MSG_WARN([valgrind.h not found])
AC_MSG_WARN([Cannot compile this component])])])
CPPFLAGS="$ompi_check_memchecker_valgrind_save_CPPFLAGS"
AS_IF([test "$ompi_check_valgrind_happy" = "yes"],
[$1], [$2])
[$1])
])dnl