Skip to content

Commit 92a305e

Browse files
committed
Fix include path
1 parent 2df0c74 commit 92a305e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.m4

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if test "$PHP_RDKAFKA" != "no"; then
3434

3535
PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL,
3636
[
37+
PHP_ADD_INCLUDE($RDKAFKA_DIR/include)
3738
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $RDKAFKA_DIR/$PHP_LIBDIR, RDKAFKA_SHARED_LIBADD)
3839
AC_DEFINE(HAVE_RDKAFKALIB,1,[ ])
3940
],[

0 commit comments

Comments
 (0)