Skip to content

Commit 75f2bc8

Browse files
committed
Set WITH_CURL=0
This took me a while. `ENABLE_CURL` and `WITH_CURL` are two different definitions.
1 parent ff579ee commit 75f2bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Crdkafka/custom/config/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
// libzstd
136136
#define WITH_ZSTD 1
137137
// libcurl
138-
#define WITH_CURL 1
138+
#define WITH_CURL 0
139139
// WITH_HDRHISTOGRAM
140140
#define WITH_HDRHISTOGRAM 1
141141
// WITH_SNAPPY

0 commit comments

Comments
 (0)