summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2017-03-28 20:49:59 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2017-09-26 09:06:02 +0300
commit0f9f39d491946cde7fd5adee05bf90ab69bcc932 (patch)
tree21b09bb247670b99360104c36db56c585658d7fe /configure
parent1e3ee834083227f552179f6e43902cba5a866e6b (diff)
downloadqemu-0f9f39d491946cde7fd5adee05bf90ab69bcc932.tar.gz
configure: Remove unused code (found by shellcheck)
smartcard_cflags is no longer needed since commit 0b22ef0f57a8910d849602bef0940edcd0553d2c. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 133a5757ef..12d4e4ebfa 100755
--- a/configure
+++ b/configure
@@ -4229,7 +4229,6 @@ EOF
fi
# check for smartcard support
-smartcard_cflags=""
if test "$smartcard" != "no"; then
if $pkg_config libcacard; then
libcacard_cflags=$($pkg_config --cflags libcacard)