aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mlumish <mlumish@google.com>2014-12-19 08:43:21 -0800
committerGravatar Michael Lumish <mlumish@google.com>2014-12-19 13:21:31 -0800
commit7d4ec77c17fe89ad6351ebacddc8863228e0e9e4 (patch)
tree2f50dd019e2c7c411669e7812e0f0d4373312030
parent21bb60cf4d4668c02c11fa68b694cdee11ab45ce (diff)
Removed reference to custom install location
Change on 2014/12/19 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82518240
-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