]> granicus.if.org Git - php/commit
Fix bug #65088 (Generated configure script is malformed on OpenBSD).
authorAdam Harvey <aharvey@php.net>
Sun, 23 Jun 2013 18:01:36 +0000 (11:01 -0700)
committerAdam Harvey <aharvey@php.net>
Sun, 23 Jun 2013 18:02:00 +0000 (11:02 -0700)
commit2531307be601b95a4aac38dc26dd2d27112b9291
tree6e95b5565b49d09af1ff328f063a9aa635a5a48f
parent8623562b02dd6759617ef78ddcb06bdfe7710329
Fix bug #65088 (Generated configure script is malformed on OpenBSD).

We fell foul of a "common urban legend"[0], which resulted in us backslash
escaping double quotes that we didn't need to in acinclude.m4. This worked fine
on most shells, but OpenBSD's ksh implementation really didn't like it.

[0] http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Shell-Substitutions.html
NEWS
acinclude.m4