]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix valgrind test.
authorSimon Josefsson <simon@josefsson.org>
Tue, 27 Jun 2006 13:19:57 +0000 (13:19 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 27 Jun 2006 13:19:57 +0000 (13:19 +0000)
configure.in

index defa59a7ce1a5ce164b382f574c042c44070eaf0..f9e74c1d8f861f7431d0a9f9eb6fe73e0527cf50 100644 (file)
@@ -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