We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70430fb + 2b0cd77 commit 37a7c22Copy full SHA for 37a7c22
config.m4
@@ -49,10 +49,12 @@ dnl Check for igbinary
49
AC_MSG_RESULT([enabled])
50
AC_DEFINE(HAVE_REDIS_IGBINARY,1,[Whether redis igbinary serializer is enabled])
51
IGBINARY_INCLUDES="-I$igbinary_inc_path"
52
+ IGBINARY_EXT_DIR="$igbinary_inc_path/ext"
53
ifdef([PHP_ADD_EXTENSION_DEP],
54
[
55
PHP_ADD_EXTENSION_DEP(redis, igbinary)
56
])
57
+ PHP_ADD_INCLUDE($IGBINARY_EXT_DIR)
58
else
59
IGBINARY_INCLUDES=""
60
AC_MSG_RESULT([disabled])
0 commit comments