~ubuntu-branches/ubuntu/trusty/gnutls26/trusty-security

« back to all changes in this revision

Viewing changes to m4/valgrind.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-04-22 19:29:52 UTC
  • mto: (12.4.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100422192952-gbj6cvaan8e4ejck
Tags: upstream-2.9.10
ImportĀ upstreamĀ versionĀ 2.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# valgrind.m4 serial 2
2
 
dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 
1
# valgrind.m4 serial 3
 
2
dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
21
21
    AC_CHECK_PROGS(VALGRIND, valgrind)
22
22
  fi
23
23
 
24
 
  if test -n "$VALGRIND" && $VALGRIND true > /dev/null 2>&1; then
 
24
  if test -n "$VALGRIND" && $VALGRIND -q true > /dev/null 2>&1; then
25
25
    opt_valgrind_tests=yes
 
26
    VALGRIND="$VALGRIND -q"
26
27
  else
27
28
    opt_valgrind_tests=no
28
29
    VALGRIND=