Skip to content

Commit

Permalink
Fix substitution of sbindir_exp
Browse files Browse the repository at this point in the history
... which is required for the systemd service file.
  • Loading branch information
eworm-de authored and LudovicRousseau committed Aug 6, 2021
1 parent c19a8f2 commit 9330cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ AX_RECURSIVE_EVAL($sbindir,sbindir_exp)

PCSCLITE_CONFIG_DIR="${confdir_exp}"
AC_SUBST(PCSCLITE_CONFIG_DIR)
AC_SUBST(sbindir_exp)
PCSCLITE_FEATURES="${PCSCLITE_FEATURES} configdir=${PCSCLITE_CONFIG_DIR}"
AC_DEFINE_UNQUOTED([PCSCLITE_FEATURES], ["${PCSCLITE_FEATURES}"], [Enabled PC/SC lite features])

Expand Down

0 comments on commit 9330cd7

Please sign in to comment.