From: Stefan Weil Date: Tue, 28 Mar 2017 18:49:59 +0000 (+0200) Subject: configure: Remove unused code (found by shellcheck) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f9f39d491946cde7fd5adee05bf90ab69bcc932;p=qemu.git configure: Remove unused code (found by shellcheck) smartcard_cflags is no longer needed since commit 0b22ef0f57a8910d849602bef0940edcd0553d2c. Signed-off-by: Stefan Weil Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Michael Tokarev --- 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)