From 601c430b8003dabda0fc312f5a9e01c1383b46ee Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 1 Apr 2021 02:02:59 +0000 Subject: [PATCH] ITS#9437 - Regenerate configure --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index fa785cdd1b..269f987f86 100755 --- a/configure +++ b/configure @@ -25210,10 +25210,10 @@ if test "$ol_enable_otp" != no ; then BUILD_OTP=$ol_enable_otp if test "$ol_enable_otp" = mod ; then MFLAG=SLAPD_MOD_DYNAMIC - SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS otp_2fa.la" + SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS otp.la" else MFLAG=SLAPD_MOD_STATIC - SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS otp_2fa.o" + SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS otp.o" fi cat >>confdefs.h <<_ACEOF -- 2.47.3