It looks like this patch got lost somehow. Stefan
See also https://patchwork.codeaurora.org/patch/210129/ Am 28.03.2017 um 20:49 schrieb Stefan Weil: > smartcard_cflags is no longer needed since commit > 0b22ef0f57a8910d849602bef0940edcd0553d2c. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > > This is a very old patch which I just found in my patch queue. > It's not mandatory for 2.9, but I also think that there is > no risk to apply it. > > Sorry for sending it so late. > > Regards > Stefan > > configure | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/configure b/configure > index d1ce33bc79..b65ea2931c 100755 > --- a/configure > +++ b/configure > @@ -4096,7 +4096,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) >