Hi,
./configure --help
gives the following parameter to set KSBA prefix:
--with-libksba-prefix=PFX prefix where KSBA is installed (optional)
However, raher the prefix is set or not, ksba_config_prefix variable is replaced by with-ksba-prefix :
# Check whether --with-libksba-prefix was given. if test "${with_libksba_prefix+set}" = set; then : withval=$with_libksba_prefix; ksba_config_prefix="$withval" else ksba_config_prefix="" fi # Check whether --with-ksba-prefix was given. if test "${with_ksba_prefix+set}" = set; then : withval=$with_ksba_prefix; ksba_config_prefix="$withval" else ksba_config_prefix="" fi