1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

tests: scripts: fix wrong ifdef check

This commit is contained in:
LuK1337
2024-05-26 12:21:55 +02:00
committed by Sébastien Helleu
parent 6f774a8e8e
commit 9bd1ea1e5e
+1 -1
View File
@@ -153,7 +153,7 @@ TEST(Scripts, API)
#ifdef HAVE_JAVASCRIPT
{ "javascript", "js" },
#endif
#ifdef HAVE_PYTHON
#ifdef HAVE_PHP
{ "php", "php" },
#endif
{ NULL, NULL }