Ticket #68 (closed defect: fixed)
[169] broke configure when XCache source is bundled in php
| Reported by: | gab | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.1 |
| Component: | build | Version: | 1.2-dev |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | ||
| Application: | Need User Feedback: | ||
| Other Exts: | SAPI: | FastCGI | |
| Probability: | Blocking: |
Description
The changeset 169 add in config.m4 a replacement from $AWK to LANG=C $AWK. This breaks the configure script at the end when building ./main/internal_functions{,_cli}.c :
./build/genif.sh: line 30: LANG=C: command not found
Because the full line with $AWK replaced becomes :
./build/genif.sh ./main/internal_functions.c.in . LANG=C /bin/gawk (+full list of extensions)
Removing changes from changeset 169 on config.m4 solves the problem.
Change History
Note: See
TracTickets for help on using
tickets.

