[Pcsclite-git-commit] [PCSC] 01/01: configure.ac: fix typo in help message

Ludovic Rousseau rousseau at moszumanska.debian.org
Tue Aug 1 15:43:37 UTC 2017


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

rousseau pushed a commit to branch master
in repository PCSC.

commit f1fa9106513ac6990719c677f053bdee558c661d
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Tue Aug 1 10:11:29 2017 +0200

    configure.ac: fix typo in help message
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5814ef9..b272167 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,7 +152,7 @@ AC_CHECK_LIB(rt, mq_getattr, [LIBS="$LIBS -lrt"])
 
 # check for libsystemd
 AC_ARG_ENABLE(libsystemd,
-	AS_HELP_STRING([--disable)libsystemd],[do not use libsystemd]),
+	AS_HELP_STRING([--disable-libsystemd],[do not use libsystemd]),
 	[ use_libsystemd="${enableval}" ], [ use_libsystemd="yes" ] )
 if test "$use_libsystemd" != "no"; then
 	PKG_CHECK_MODULES(LIBSYSTEMD, libsystemd,,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list