#!/usr/bin/make -f
PECL_NAME_OVERRIDE=http
export REPORT_EXIT_STATUS:=0
include /usr/share/dh-php/pkg-pecl.mk

ifneq ($(shell curl-config --checkfor 7.56.0;echo $$?),0)
PECL_CONFIGURE_MAINT_APPEND := --without-http-libcurl-dir
endif
