[pkg-opensc-commit] [engine-pkcs11] 35/152: fix configure script - some shells don't like the extra ;

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:11 UTC 2015


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

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

commit 759c6c77aa77c40b46f70d7dde87314bbef609a1
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Fri Nov 17 11:08:18 2006 +0000

    fix configure script - some shells don't like the extra ;
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d7e9222..3d2c60c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,7 +175,7 @@ int main(void)
 	],
 	[
 		ENGINE_MSG=no
-	]);
+	])
 fi
 LIBS="$saved_LIBS"
 AC_SUBST(ENGINE_LINK)

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



More information about the pkg-opensc-commit mailing list