Skip to content

Commit

Permalink
Fix a bug in the configure file where a config path setting was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jun 5, 2024
1 parent 974a0f1 commit 5ca4f5a
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 @@ -26,7 +26,7 @@ AC_CONFIG_HEADER(config.h)

# Default sysconfdir to /etc
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
AC_DEFINE_DIR([DUO_CONF_DIR], [sysconfdir], [Configuration directory])
AC_DEFINE_DIR([DUO_CONF_DIR], [sysconfdir/duo], [Configuration directory])

# Determine platform
AC_CANONICAL_HOST
Expand Down

0 comments on commit 5ca4f5a

Please sign in to comment.