aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
Diffstat (limited to 'src/php')
-rwxr-xr-xsrc/php/ext/grpc/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/ext/grpc/config.m4 b/src/php/ext/grpc/config.m4
index 2d0db1a3e0..40e4dd3379 100755
--- a/src/php/ext/grpc/config.m4
+++ b/src/php/ext/grpc/config.m4
@@ -5,7 +5,7 @@ if test "$PHP_GRPC" != "no"; then
dnl Write more examples of tests here...
dnl # --with-grpc -> check with-path
- SEARCH_PATH="/usr/local /usr $HOME/grpc_dev" # you might want to change this
+ SEARCH_PATH="/usr/local /usr" # you might want to change this
SEARCH_FOR="include/grpc/grpc.h" # you most likely want to change this
if test -r $PHP_GRPC/$SEARCH_FOR; then # path given as parameter
GRPC_DIR=$PHP_GRPC