configure: Fix caching of PCSCLITE_LIBS on mac.
commitd405a688ba6b5042775d733f57d00ba6318e1d0f
authorDavid McFarland <corngood@gmail.com>
Mon, 14 Aug 2023 01:43:50 +0000 (13 22:43 -0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Aug 2023 11:34:12 +0000 (14 13:34 +0200)
treed43b9fba372c561e4dd24f85e6dc7fc71a514f50
parent91f8926023572378bc056afebb7ca845a6c9ccfc
configure: Fix caching of PCSCLITE_LIBS on mac.

ac_cv_lib_pcsclite_SCardEstablishContext=yes would be cached, causing
AC_CHECK_LIB to use -lpcsclite on the second run.

Fixes: f74c4af257e0856e6607d2823e4f03109111a4b6
configure
configure.ac