Revision b6fc675b configure

b/configure
2824 2824
    if test "$werror" = "yes"; then
2825 2825
        test_cflags="-Werror $test_cflags"
2826 2826
    fi
2827
    if $pkg_config --atleast-version=3.12.8 nss >/dev/null 2>&1 && \
2827
    if test -n "$libtool" &&
2828
            $pkg_config --atleast-version=3.12.8 nss >/dev/null 2>&1 && \
2828 2829
      compile_prog "$test_cflags" "$libcacard_libs"; then
2829 2830
        smartcard_nss="yes"
2830 2831
        QEMU_CFLAGS="$QEMU_CFLAGS $libcacard_cflags"

Also available in: Unified diff