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 4
4
ARG_WITH ( "simple-kafka-client" , "for kafka support" , "no" ) ;
5
5
6
6
if ( 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 ) &&
8
8
CHECK_HEADER_ADD_INCLUDE ( "librdkafka/rdkafka.h" , "CFLAGS_SIMPLE_KAFKA_CLIENT" ) ) {
9
9
10
10
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") {
13
13
14
14
AC_DEFINE ( 'HAVE_SIMPLE_KAFKA_CLIENT' , 1 , '' ) ;
15
15
} else {
16
- WARNING ( "rdkafka not enabled; libraries and headers not found" ) ;
16
+ WARNING ( "simple_kafka_client not enabled; libraries and headers not found" ) ;
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments