Skip to content

Commit 5474607

Browse files
committed
configure: Fix LIBDOVECOTTEST_LIBS to LIBDOVECOT_TEST_LIBS
1 parent 1a7fa59 commit 5474607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ LIBDOVECOT_TEST_LIBS="\$(LIBPCRE_LIBS_STATIC) \$(LIBPCRE_LIBS) \$(ZLIB_LIBS_STAT
649649
AC_SUBST(LIBDOVECOT)
650650
AC_SUBST(LIBPCRE_LIBS_STATIC)
651651
AC_SUBST(ZLIB_LIBS_STATIC)
652-
AC_SUBST(LIBDOVECOTTEST_LIBS)
652+
AC_SUBST(LIBDOVECOT_TEST_LIBS)
653653
AC_SUBST(LIBDOVECOT_LA_LIBS)
654654
AC_SUBST(LIBDOVECOT_DEPS)
655655
AC_SUBST(LIBDOVECOT_STORAGE)

0 commit comments

Comments
 (0)