You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.self
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ function checks {
11
11
mkl_meta_set "rdkafka""desc""librdkafka is available at http://github.com/edenhill/librdkafka. To quickly download all dependencies and build kcat try ./bootstrap.sh"
12
12
mkl_meta_set "rdkafka""deb""librdkafka-dev"
13
13
# Try static librdkafka first
14
-
mkl_lib_check "rdkafka-static""" disable CC "-lrdkafka" \
14
+
mkl_lib_check --libname=rdkafka-static"rdkafkastatic""" disable CC "-lrdkafka" \
0 commit comments