~greg.grossmeier/exempi/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Hubert Figuière
  • Date: 2014-04-22 18:02:25 UTC
  • mfrom: (181.1.9)
  • Revision ID: git-v1:5013ac34dda98b65d8916eca1303488abaade995
Merge branch 'exempi-2.3-branch'

Conflicts:
        samples/source/common/LargeFileAccess.cpp
        source/XMPFiles/FileHandlers/MP3_Handler.cpp
        source/XMPFiles/FormatSupport/ID3_Support.hpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
if test "$VALGRIND" != ""; then
197
197
dnl due to stupid m4 I had to double the [ and ] in the regexp
198
198
        vg_ver=`valgrind --version | sed -e  's/.*-\([[0-9]]\)\.[[0-9]].*/\1/'`
199
 
        VALGRIND="$VALGRIND --tool=memcheck --leak-check=yes --num-callers=10"
 
199
        VALGRIND="$VALGRIND --tool=memcheck --leak-check=yes --num-callers=10 --error-exitcode=100"
200
200
        if test "$vg_ver" != "3" ; then
201
201
           VALGRIND="$VALGRIND --logfile-fd=-1"
202
202
        fi