summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-09-22 20:19:54 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-09-22 20:19:54 +1000
commit82171c66075254a6aedc0bde704b604da32c2ba4 (patch)
tree2d4ce9c7890d7067187a7d0af1b4aaf0d2d2457f /configure.ac
parentc373a56343f0f70ef88db1848a3888e84b18bd33 (diff)
- (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at
shillest.net.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ff1f87ab..ecbc0729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.295 2005/09/22 10:15:08 dtucker Exp $
+# $Id: configure.ac,v 1.296 2005/09/22 10:19:54 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -2719,7 +2719,7 @@ AC_ARG_WITH(sectok,
# Check whether user wants OpenSC support
OPENSC_CONFIG="no"
AC_ARG_WITH(opensc,
- [--with-opensc[[=PFX]] Enable smartcard support using OpenSC (optionally in PATH)],
+ [ --with-opensc[[=PFX]] Enable smartcard support using OpenSC (optionally in PATH)],
[
if test "x$withval" != "xno" ; then
if test "x$withval" != "xyes" ; then