]> Git Repo - qemu.git/blobdiff - configure
m68k: fix subx mem, mem instruction
[qemu.git] / configure
index f9ba9eaae7edbe5439a5fb3ec07eef8ced105679..1443422e83f1f857646b06eba3614cf49d41d1e4 100755 (executable)
--- a/configure
+++ b/configure
@@ -4478,7 +4478,7 @@ fi
 
 # check for smartcard support
 if test "$smartcard" != "no"; then
-    if $pkg_config libcacard; then
+    if $pkg_config --atleast-version=2.5.1 libcacard; then
         libcacard_cflags=$($pkg_config --cflags libcacard)
         libcacard_libs=$($pkg_config --libs libcacard)
         smartcard="yes"
This page took 0.021676 seconds and 4 git commands to generate.