Changeset aeaf28b in mod_gnutls for configure.ac


Ignore:
Timestamp:
Mar 10, 2016, 6:32:34 AM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
5725dca
Parents:
b0e5dae
git-author:
Thomas Klute <thomas2.klute@…> (03/10/16 06:25:10)
git-committer:
Thomas Klute <thomas2.klute@…> (03/10/16 06:32:34)
Message:

Allow user to set SoftHSM PKCS #11 module

Users may want to use a SoftHSM module outside the usual system paths,
e.g. to try a development version without installing. If SOFTHSM_LIB
is set at ./configure time, it is assumed to contain the absolute path
of the library to use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rb0e5dae raeaf28b  
    199199AM_SUBST_NOTMAKE(TEST_IP)
    200200
     201dnl Allow user to set SoftHSM PKCS #11 module
     202AC_ARG_VAR([SOFTHSM_LIB], [Absolute path of the SoftHSM PKCS @%:@11 module to \
     203                          use. By default the test suite will search common \
     204                          library paths.])
     205
    201206dnl Build list of "Listen" statements for Apache
    202207LISTEN_LIST="# Listen addresses for the test servers"
Note: See TracChangeset for help on using the changeset viewer.