diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index c3ecc8805..6e8d0d161 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -133,7 +133,7 @@ TEST_TOOL_NAME += $(PLREADER_TOOL) LIBMAPI_CFLAGS = $(shell pkg-config libmapi --cflags) LIBMAPISTORE_CFLAGS = $(shell pkg-config libmapistore --cflags) -DSAMBA_PREFIX="\"$(shell pkg-config libmapistore --variable=prefix)\"" -ifeq ($(LIBMAPISTORE_CFLAGS),) +ifeq ($(LIBMAPI_CFLAGS),) all install:: @echo "Cannot build the OpenChange SOGo backend (empty CFLAGS for libmapistore)" else