another work around the mac 10.10 yosemite PCSC bug, this time fix cryptoki; refs #34

This commit is contained in:
Marc Wäckerlin
2014-12-11 09:06:51 +00:00
parent d379988ce2
commit cac66974da
2 changed files with 45 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ AC_DEFUN([AX_CXX_QT_TOOL], [
$1=${$1:-$(pkg-config --variable=host_bins Qt5Core)/$2}
$1=${$1:-$(pkg-config --variable=$2_location QtCore)}
$1=${$1:-$(pkg-config --variable=host_bins QtCore)/$2}
if ! which "$$1" > /dev/null; then
if ! which "${$1%% *}" > /dev/null; then
if which "$2" > /dev/null; then
$1=$2
else