From: Simon Josefsson Date: Tue, 27 Jun 2006 13:19:57 +0000 (+0000) Subject: Fix valgrind test. X-Git-Tag: gnutls_1_4_1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca132ac6da472f460b48b9413e33b96dee5daaa3;p=thirdparty%2Fgnutls.git Fix valgrind test. --- diff --git a/configure.in b/configure.in index defa59a7ce..f9e74c1d8f 100644 --- a/configure.in +++ b/configure.in @@ -196,7 +196,7 @@ AC_MSG_RESULT([*** *** Detecting system's parameters... ]) -if test "$cross_compiling" != no; then +if test "$cross_compiling" = no; then AC_CHECK_PROGS(VALGRIND, valgrind) fi if test -z "$VALGRIND"; then