Skip to content

Commit

Permalink
configure: Change mistaken $(prefix) to ${prefix}
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Byrne <[email protected]>
  • Loading branch information
salahcoronya committed Dec 15, 2024
1 parent d7fd660 commit a4f0795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ AM_CONDITIONAL([HAVE_P11KIT], [test "x$have_p11kit" = "xyes"])

# check for --prefix and set flag HAVE_PREFIX if found
# do not change install location if --prefix is given and with P11_KIT found
AM_CONDITIONAL([HAVE_PREFIX], [test ! -z "$(prefix)"])
AM_CONDITIONAL([HAVE_PREFIX], [test ! -z "${prefix}"])

# END P11 CONFIG

Expand Down

0 comments on commit a4f0795

Please sign in to comment.