[pkg-opensc-commit] [pkcs11-helper] 36/253: Cleanups
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 410531a4f4e11e942261ba96204db58b67271c4f
Author: Alon Bar-Lev <alon.barlev at gmail.com>
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