[pkg-opensc-commit] [pkcs11-helper] 36/60: Cleanups
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:44 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 96914ae97e17aa1d7920bb0a60e0e943f8dd6063
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date: Wed Dec 13 16:03:43 2006 +0000
Cleanups
---
configure.ac | 2 +-
lib/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index e26d18a..ebeb994 100644
--- a/configure.ac
+++ b/configure.ac
@@ -277,7 +277,7 @@ AC_CHECK_HEADERS([[ \
assert.h \
time.h \
]])
-if test -z "${WIN32}"; then
+if test "${WIN32}" != "yes"; then
AC_CHECK_HEADERS([ \
signal.h \
dlfcn.h \
diff --git a/lib/Makefile.am b/lib/Makefile.am
index adcb8f0..edbe96a 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -66,7 +66,7 @@ EXTRA_DIST= \
slotevent.exports \
token.exports
-pkgconfig_DATA = libpkcs11-helper-1.pc
+pkgconfig_DATA=libpkcs11-helper-1.pc
lib_LTLIBRARIES=libpkcs11-helper.la
BUILT_SOURCES=pkcs11-helper.exports
--
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