]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: Remove unused code (found by shellcheck)
authorStefan Weil <sw@weilnetz.de>
Tue, 28 Mar 2017 18:49:59 +0000 (20:49 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 26 Sep 2017 06:06:02 +0000 (09:06 +0300)
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>
configure

index 133a5757ef947e0a703d00ae1682342efba2088c..12d4e4ebfae756b1761894f27cd8a7c3627fce5a 100755 (executable)
--- 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)