1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

javascript: fix detection of libv8 with autotools on Ubuntu Trusty

This commit is contained in:
Sébastien Helleu
2017-10-07 21:43:18 +02:00
parent ee19cfbf49
commit 8a32249507
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ TEST(Plugins, Loaded)
CHECK(hdata_search (hdata, plugins, "${plugin.name} == fset", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == guile", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == irc", 1));
//CHECK(hdata_search (hdata, plugins, "${plugin.name} == javascript", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == javascript", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == logger", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == lua", 1));
CHECK(hdata_search (hdata, plugins, "${plugin.name} == perl", 1));