From 45c6387126ba8a09292ce72b0f568041950ef329 Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Mon, 21 Oct 2019 00:32:40 +0300 Subject: some comments --- libevent.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libevent.mk') diff --git a/libevent.mk b/libevent.mk index 194a525..74c9946 100644 --- a/libevent.mk +++ b/libevent.mk @@ -1,2 +1,6 @@ +ifeq ($(shell pkg-config libevent; echo $$?),1) +$(error pkg libevent not found) +endif + CFLAGS += $(shell pkg-config --cflags libevent) LDFLAGS += $(shell pkg-config --libs libevent) -- cgit v1.2.3-70-g09d2