]> Git Repo - qemu.git/blobdiff - configure
Add some trace calls to pci.c.
[qemu.git] / configure
index 47048f008677affd1625f5b19fbfa19f940a4959..7539645521679e216b4f78c9409813eb8abd82b6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1830,7 +1830,7 @@ if test "$seccomp" != "no" ; then
        seccomp="yes"
     else
        if test "$seccomp" = "yes"; then
-            feature_not_found "libseccomp" "Install libseccomp devel >= 2.1.0"
+            feature_not_found "libseccomp" "Install libseccomp devel >= 2.1.1"
        fi
        seccomp="no"
     fi
@@ -2727,7 +2727,7 @@ fi
 if test "$modules" = yes; then
     shacmd_probe="sha1sum sha1 shasum"
     for c in $shacmd_probe; do
-        if which $c >/dev/null 2>&1; then
+        if has $c; then
             shacmd="$c"
             break
         fi
This page took 0.023447 seconds and 4 git commands to generate.