Skip to content

Commit 3751b4d

Browse files
committed
use symbol that exists in old and new library
1 parent 6ebf51b commit 3751b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if test "$PHP_JANSSON" != "no"; then
2727
PHP_ADD_INCLUDE($JANSSON_DIR/include)
2828

2929
LIBNAME=jansson
30-
LIBSYMBOL=json_array_foreach
30+
LIBSYMBOL=json_object
3131

3232
PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL,
3333
[

0 commit comments

Comments
 (0)