Skip to content

Commit 0462261

Browse files
committed
Move telegram mongo code; fix telegram plugin build without mongo
1 parent ec40b84 commit 0462261

15 files changed

+1737
-1975
lines changed

plugins/telegram/Makefile.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ EXTRALIBS=
5656
CCOMPFLAGS=-D_GNU_SOURCE -std=gnu11
5757
LDCOMPFLAGS=
5858

59-
ifneq ($(MONGO_EXISTS)$(MONGOC_EXISTS),)
6059
ifneq ($(MYSQL_LIBS),)
6160
include main.make
6261
else
6362
include empty.make
6463
endif
65-
else
66-
include empty.make
67-
endif

0 commit comments

Comments
 (0)