From ba5a375570fc35112cb29c182ecb7abae2b49056 Mon Sep 17 00:00:00 2001 From: Issam Maghni Date: Fri, 31 Jul 2020 22:28:29 -0400 Subject: configure.ac: fix typo in --with-kernel-overflow-uid= option to match its documentation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7737efc7..69e2f302 100644 --- a/configure.ac +++ b/configure.ac @@ -671,7 +671,7 @@ test -n "$opt_sysuidmin" || opt_sysuidmin=101 AC_DEFINE_UNQUOTED(PAM_USERTYPE_SYSUIDMIN, $opt_sysuidmin, [Minimum system user uid.]) -AC_ARG_WITH([kerneloverflowuid], AS_HELP_STRING([--with-kernel-overflow-uid=],[kernel overflow uid, default (uint16_t)-2=65534]), opt_kerneloverflowuid=$withval) +AC_ARG_WITH([kernel-overflow-uid], AS_HELP_STRING([--with-kernel-overflow-uid=],[kernel overflow uid, default (uint16_t)-2=65534]), opt_kerneloverflowuid=$withval) test -n "$opt_kerneloverflowuid" || opt_kerneloverflowuid=65534 AC_DEFINE_UNQUOTED(PAM_USERTYPE_OVERFLOW_UID, $opt_kerneloverflowuid, [Kernel overflow uid.]) -- cgit v1.2.3