Bugzilla – Attachment 854 Details for
Bug 998
--without-opensc is not respected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
configure.ac patch
x (text/plain), 597 bytes, created by
Tim Rice
on 2005-03-15 13:00:27 AEDT
(
hide
)
Description:
configure.ac patch
Filename:
MIME Type:
Creator:
Tim Rice
Created:
2005-03-15 13:00:27 AEDT
Size:
597 bytes
patch
obsolete
>--- configure.ac.old 2005-03-07 01:21:37.000000000 -0800 >+++ configure.ac 2005-03-14 17:52:09.440656054 -0800 >@@ -2327,7 +2327,13 @@ > AC_ARG_WITH(opensc, > AC_HELP_STRING([--with-opensc=PFX], > [Enable smartcard support using OpenSC]), >- opensc_config_prefix="$withval", opensc_config_prefix="") >+ [ >+ if test "x$withval" != "xno" ; then >+ if test "x$withval" != "xyes" ; then >+ opensc_config_prefix="$withval" >+ fi >+ fi >+ ]) > if test x$opensc_config_prefix != x ; then > OPENSC_CONFIG=$opensc_config_prefix/bin/opensc-config > AC_PATH_PROG(OPENSC_CONFIG, opensc-config, no)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 998
:
854
|
857