Skip to content

Commit 69ddc50

Browse files
committed
Move telegram mongo code; fix telegram plugin build without mongo
1 parent e618c4b commit 69ddc50

15 files changed

+1738
-1972
lines changed

plugins/telegram/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ EXTRALIBS=
5656
CCOMPFLAGS=-D_GNU_SOURCE -std=gnu11
5757
LDCOMPFLAGS=
5858

59-
ifneq ($(MONGO_EXISTS)$(MONGOC_EXISTS)$(MYSQL_LIBS),)
59+
ifneq ($(MYSQL_LIBS),)
6060
include main.make
6161
else
6262
include empty.make

0 commit comments

Comments
 (0)