--- Makefile.orig	2024-02-20 07:14:00 UTC
+++ Makefile
@@ -24,10 +24,6 @@ OBJS = trurl.o
 
 TARGET = trurl
 OBJS = trurl.o
-ifndef TRURL_IGNORE_CURL_CONFIG
-LDLIBS += $$(curl-config --libs)
-CFLAGS += $$(curl-config --cflags)
-endif
 CFLAGS += -W -Wall -Wshadow -Werror -pedantic
 CFLAGS += -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion
 ifndef NDEBUG
