Skip to content

Commit

Permalink
Fix configure problem when prefix not /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanilla Hsu committed Jun 10, 2009
1 parent 974e0ec commit c6a99a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6a99a1

Please sign in to comment.