From c6a99a179653a716d83dff885d15aff158a46d2a Mon Sep 17 00:00:00 2001 From: Vanilla Hsu Date: Wed, 10 Jun 2009 16:48:41 +0800 Subject: [PATCH] Fix configure problem when prefix not /usr/local --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index a395829..1360f0b 100644 --- a/config.m4 +++ b/config.m4 @@ -7,7 +7,7 @@ Make sure that the comment is aligned: if test "$PHP_QRENCODE" != "no"; then # --with-qrencode -> check with-path - SEARCH_PATH="/usr/local /usr" # you might want to change this + SEARCH_PATH="/usr $prefix" # you might want to change this SEARCH_FOR="/include/qrencode.h" # you most likely want to change this if test -r $PHP_QRENCODE/$SEARCH_FOR; then # path given as parameter QRENCODE_DIR=$PHP_QRENCODE