We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df0c74 commit 92a305eCopy full SHA for 92a305e
config.m4
@@ -34,6 +34,7 @@ if test "$PHP_RDKAFKA" != "no"; then
34
35
PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL,
36
[
37
+ PHP_ADD_INCLUDE($RDKAFKA_DIR/include)
38
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $RDKAFKA_DIR/$PHP_LIBDIR, RDKAFKA_SHARED_LIBADD)
39
AC_DEFINE(HAVE_RDKAFKALIB,1,[ ])
40
],[
0 commit comments