mirror of https://github.com/xemu-project/xemu.git
configure: Remove unused code (found by shellcheck)
smartcard_cflags is no longer needed since commit
0b22ef0f57
.
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>
This commit is contained in:
parent
1e3ee83408
commit
0f9f39d491
|
@ -4229,7 +4229,6 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check for smartcard support
|
# check for smartcard support
|
||||||
smartcard_cflags=""
|
|
||||||
if test "$smartcard" != "no"; then
|
if test "$smartcard" != "no"; then
|
||||||
if $pkg_config libcacard; then
|
if $pkg_config libcacard; then
|
||||||
libcacard_cflags=$($pkg_config --cflags libcacard)
|
libcacard_cflags=$($pkg_config --cflags libcacard)
|
||||||
|
|
Loading…
Reference in New Issue