aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-25 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-08-25 08:00:00 +0000
commitaca37d3400e31ef01f3f79b64dd8660d872aaf8f (patch)
tree983f552d65ea84aac1c2e9de1617c6bfb4673897 /configure.ac
parentd2536800c523e8e1df140084d6b938b7bbf77dc3 (diff)
downloadpam-aca37d3400e31ef01f3f79b64dd8660d872aaf8f.tar.gz
pam-aca37d3400e31ef01f3f79b64dd8660d872aaf8f.tar.bz2
pam-aca37d3400e31ef01f3f79b64dd8660d872aaf8f.zip
build: rename SCONFIGDIR config.h macro to SCONFIG_DIR
This way it is visibly different from the configure variable SCONFIGDIR, which is helpful, because their values are slightly different: the macro is quoted while the configure variable is not quoted, and this difference may cause problems with other build systems.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b05a61dc..d965b61d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -299,7 +299,7 @@ AC_MSG_RESULT([Defining \$ISA to "$ISA"])
AC_ARG_ENABLE(sconfigdir,
AS_HELP_STRING([--enable-sconfigdir=DIR],[path to module conf files @<:@default=$sysconfdir/security@:>@]),
SCONFIGDIR=$enableval, SCONFIGDIR=$sysconfdir/security)
-AC_DEFINE_UNQUOTED([SCONFIGDIR], ["$SCONFIGDIR"],
+AC_DEFINE_UNQUOTED([SCONFIG_DIR], ["$SCONFIGDIR"],
[Directory for PAM modules system configuration files])
AC_SUBST(SCONFIGDIR)