From da513a924c2e0ac456a18c32c97314f103fc09c6 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 22 Oct 2020 16:14:48 +0200 Subject: [PATCH] functest: dont link against tcl Regards https://github.com/profanity-im/profanity/issues/1354 point 3. Since we dont use tcl and just libexpect I don't think we actually need to link against it. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 49a3d090..1228e1ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,7 +282,7 @@ tests_unittests_unittests_LDADD = -lcmocka #check_PROGRAMS += tests/functionaltests/functionaltests #tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources) #tests_functionaltests_functionaltests_CFLAGS = $(AM_CFLAGS) -I/usr/include/tcl8.6 -I/usr/include/tcl8.5 -#tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect -ltcl +#tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect #endif #endif