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:
committed by
Sébastien Helleu
parent
6f774a8e8e
commit
9bd1ea1e5e
@@ -153,7 +153,7 @@ TEST(Scripts, API)
|
||||
#ifdef HAVE_JAVASCRIPT
|
||||
{ "javascript", "js" },
|
||||
#endif
|
||||
#ifdef HAVE_PYTHON
|
||||
#ifdef HAVE_PHP
|
||||
{ "php", "php" },
|
||||
#endif
|
||||
{ NULL, NULL }
|
||||
|
||||
Reference in New Issue
Block a user