File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44ARG_WITH ( "simple-kafka-client" , "for kafka support" , "no" ) ;
55
66if ( PHP_SIMPLE_KAFKA_CLIENT != "no" ) {
7- if ( CHECK_LIB ( "librdkafka.lib" , "rdkafka " , PHP_SIMPLE_KAFKA_CLIENT ) &&
7+ if ( CHECK_LIB ( "librdkafka.lib" , "simple_kafka_client " , PHP_SIMPLE_KAFKA_CLIENT ) &&
88 CHECK_HEADER_ADD_INCLUDE ( "librdkafka/rdkafka.h" , "CFLAGS_SIMPLE_KAFKA_CLIENT" ) ) {
99
1010 EXTENSION ( "simple_kafka_client" , "simple_kafka_client.c producer.c metadata.c metadata_broker.c metadata_topic.c \
@@ -13,6 +13,6 @@ if (PHP_SIMPLE_KAFKA_CLIENT != "no") {
1313
1414 AC_DEFINE ( 'HAVE_SIMPLE_KAFKA_CLIENT' , 1 , '' ) ;
1515 } else {
16- WARNING ( "rdkafka not enabled; libraries and headers not found" ) ;
16+ WARNING ( "simple_kafka_client not enabled; libraries and headers not found" ) ;
1717 }
1818}
You can’t perform that action at this time.
0 commit comments