[pkg-opensc-commit] [pkcs11-helper] 43/253: m4 updates

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit d28a282f5d2485c98c588e57538196900cd2e165
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Sat Dec 16 11:30:54 2006 +0000

    m4 updates
---
 m4dir/pkcs11-helper-1.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4dir/pkcs11-helper-1.m4 b/m4dir/pkcs11-helper-1.m4
index 1cc9bac..9e61502 100644
--- a/m4dir/pkcs11-helper-1.m4
+++ b/m4dir/pkcs11-helper-1.m4
@@ -57,12 +57,12 @@
 # debug threading token data certificate locate slotevent openssl standalone engine_crypto
 #
 AC_DEFUN([PKCS11_HELPER_1_CHECK_FEATURES], [
+	AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 	AC_ARG_VAR([PKCS11_HELPER_FEATURES], [pkcs11-helperer feartures overriding pkg-config])
 	AC_MSG_CHECKING([pkcs11-helper features])
 	_PKG_CONFIG([PKCS11_HELPER_FEATURES], [variable features], [libpkcs11-helper-1])
-	PKCS11_HELPER_FEATURES=$pkg_cv_PKCS11_HELPER_FEATURES
 	for pkcs11h_feature in $1; do
-		echo " ${PKCS11_HELPER_FEATURES} " | grep " ${pkcs11h_feature} " > /dev/null 2>&1 || \
+		echo " ${pkg_cv_PKCS11_HELPER_FEATURES} " | grep " ${pkcs11h_feature} " > /dev/null 2>&1 || \
 			AC_MSG_ERROR([pkcs11-helper ${pkcs11h_feature} feature must be enabled.])
 	done
 	AC_MSG_RESULT([ok])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list