From 91b27126a33f83cd2a42d01c7e8baa908d52ba5e Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 16 Apr 2024 16:56:33 +0000 Subject: [PATCH] ITS#10161 - Add missing testsuite bits --- tests/run.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/run.in b/tests/run.in index 6435fbd182..524c0778b9 100644 --- a/tests/run.in +++ b/tests/run.in @@ -53,6 +53,7 @@ AC_deref=deref@BUILD_DEREF@ AC_dynlist=dynlist@BUILD_DYNLIST@ AC_homedir=homedir@BUILD_HOMEDIR@ AC_memberof=memberof@BUILD_MEMBEROF@ +AC_nestgroup=nestgroup@BUILD_NESTGROUP@ AC_otp=otp@BUILD_OTP@ AC_pcache=pcache@BUILD_PROXYCACHE@ AC_ppolicy=ppolicy@BUILD_PPOLICY@ @@ -85,7 +86,7 @@ if test "${AC_asyncmeta}" = "asyncmetamod" && test "${AC_LIBS_DYNAMIC}" = "stati fi export AC_ldap AC_mdb AC_meta AC_asyncmeta AC_monitor AC_null AC_perl AC_relay AC_sql \ AC_accesslog AC_argon2 AC_auditlog AC_autoca AC_constraint AC_dds AC_deref AC_dynlist \ - AC_homedir AC_memberof AC_otp AC_pcache AC_ppolicy AC_refint AC_remoteauth \ + AC_homedir AC_memberof AC_nestgroup AC_otp AC_pcache AC_ppolicy AC_refint AC_remoteauth \ AC_retcode AC_rwm AC_unique AC_syncprov AC_translucent \ AC_valsort \ AC_lloadd \