Skip to content

Commit

Permalink
Fix include path for igbinary support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Sitnikov committed Oct 25, 2012
1 parent 70430fb commit 2b0cd77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.m4
Expand Up @@ -49,10 +49,12 @@ dnl Check for igbinary
AC_MSG_RESULT([enabled])
AC_DEFINE(HAVE_REDIS_IGBINARY,1,[Whether redis igbinary serializer is enabled])
IGBINARY_INCLUDES="-I$igbinary_inc_path"
IGBINARY_EXT_DIR="$igbinary_inc_path/ext"
ifdef([PHP_ADD_EXTENSION_DEP],
[
PHP_ADD_EXTENSION_DEP(redis, igbinary)
])
PHP_ADD_INCLUDE($IGBINARY_EXT_DIR)
else
IGBINARY_INCLUDES=""
AC_MSG_RESULT([disabled])
Expand Down

0 comments on commit 2b0cd77

Please sign in to comment.