Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-04-04 17:01:20 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-04-04 17:04:46 +0300
commita4ccbfdaa55c6cf4b13360ef9db411367b7e2d22 (patch)
tree49eda3ada1bcd116a05739e5f0a655a40313c8e3 /config.m4
parent87f1c3920502a529d088b38c1a5fb5ade74cd64e (diff)
Issue #1325
Diffstat (limited to 'config.m4')
-rwxr-xr-xconfig.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index f8703037..8a9072f1 100755
--- a/config.m4
+++ b/config.m4
@@ -91,7 +91,7 @@ dnl Check for igbinary
PHP_SUBST(REDIS_SHARED_LIBADD)
else
PHP_ADD_INCLUDE(liblzf)
- PHP_ADD_INCLUDE($ext_srcdir/liblzf)
+ PHP_ADD_INCLUDE($srcdir/liblzf)
PHP_ADD_BUILD_DIR(liblzf)
lzf_sources="liblzf/lzf_c.c liblzf/lzf_d.c"
fi