[pkg-opensc-commit] [pkcs11-helper] 43/60: m4 updates
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to tag pkcs11-helper-1.02
in repository pkcs11-helper.
commit 0de79f8e4a316dab2d1b49774d93a26b94bcc4bc
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
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