diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-04-26 19:40:57 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-04-26 19:40:57 +0000 |
commit | cf96beac0aa3f1ad8cae1b5ae21d5f649e6f8787 (patch) | |
tree | 0c4fc7703be751fd6c994d2d7b0cae9bce32e3c7 /configure.ac | |
parent | c6f18a3c8058a1d76478a40ed4b77f5b35a2961c (diff) | |
download | pam-cf96beac0aa3f1ad8cae1b5ae21d5f649e6f8787.tar.gz pam-cf96beac0aa3f1ad8cae1b5ae21d5f649e6f8787.tar.bz2 pam-cf96beac0aa3f1ad8cae1b5ae21d5f649e6f8787.zip |
build: remove unused AC_DEFINE([HAVE_AUDIT_TTY_STATUS])
* configure.ac (AC_DEFINE): Remove unused HAVE_AUDIT_TTY_STATUS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9a152cdb..5fd26f83 100644 --- a/configure.ac +++ b/configure.ac @@ -400,8 +400,6 @@ if test x"$WITH_LIBAUDIT" != xno ; then AC_DEFINE([HAVE_LIBAUDIT], 1, [Define to 1 if audit support should be compiled in.]) fi if test -n "$HAVE_AUDIT_TTY_STATUS" ; then - AC_DEFINE([HAVE_AUDIT_TTY_STATUS], 1, [Define to 1 if struct audit_tty_status exists.]) - AC_CHECK_MEMBERS([struct audit_tty_status.log_passwd], [], AC_MSG_WARN([audit_tty_status.log_passwd is not available. The log_passwd option is disabled.]), [[#include <libaudit.h>]]) |