]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: Fix LIBDOVECOTTEST_LIBS to LIBDOVECOT_TEST_LIBS
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 19 Nov 2025 16:59:48 +0000 (18:59 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 19 Nov 2025 16:59:48 +0000 (18:59 +0200)
configure.ac

index 798c3d39eb9f65d909cad90be539733d71edf622..4fdc986188e7903592a2ee80cf846a2d5abb0549 100644 (file)
@@ -649,7 +649,7 @@ LIBDOVECOT_TEST_LIBS="\$(LIBPCRE_LIBS_STATIC) \$(LIBPCRE_LIBS) \$(ZLIB_LIBS_STAT
 AC_SUBST(LIBDOVECOT)
 AC_SUBST(LIBPCRE_LIBS_STATIC)
 AC_SUBST(ZLIB_LIBS_STATIC)
-AC_SUBST(LIBDOVECOTTEST_LIBS)
+AC_SUBST(LIBDOVECOT_TEST_LIBS)
 AC_SUBST(LIBDOVECOT_LA_LIBS)
 AC_SUBST(LIBDOVECOT_DEPS)
 AC_SUBST(LIBDOVECOT_STORAGE)