- Small typos corrected

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@451 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2002-04-04 20:49:21 +00:00
parent e5496e9be9
commit fb2532c0d1
1 changed files with 3 additions and 3 deletions

View File

@ -970,17 +970,17 @@ AC_ARG_WITH(plugin-dir,
)
AC_SUBST(PLUGINDIR)
# Check for pin entry-program used by OpenSC-Signer
# Check for PIN entry program used by OpenSC Signer
PIN_ENTRY="/usr/local/bin/gpinentry"
AC_ARG_WITH(pin-entry,
[ --with-pin-entry=FILE Run FILE as pin entry for OpenSC-Signer],
[ --with-pin-entry=PROG Run PROG as PIN-entry for OpenSC Signer],
[
if test ! -z "$withval" -a "x$withval" != "xno" ; then
PIN_ENTRY="$withval"
fi
]
)
AC_DEFINE_UNQUOTED(PIN_ENTRY, "$PIN_ENTRY", [Pin entry program for OpenSC-Signer])
AC_DEFINE_UNQUOTED(PIN_ENTRY, "$PIN_ENTRY", [PIN-entry program for OpenSC Signer])
if test "x$prefix" = xNONE; then
prefix=$ac_default_prefix