Avoid portability problem introduced in 0a42a2e9c.
authorTom Lane <[email protected]>
Tue, 10 Mar 2020 16:46:07 +0000 (12:46 -0400)
committerTom Lane <[email protected]>
Tue, 10 Mar 2020 16:46:07 +0000 (12:46 -0400)
commitdbf05a14399430751e54cd0b4bd8fb0e4f1fb309
treece6c0af2e363d0842069fc0312e86c8f21a8a4eb
parentd01f03a495294f726001a90ec27a675428d9fc45
Avoid portability problem introduced in 0a42a2e9c.

Apparently not all shells handle nested quotes quite the same.
But we don't need the inner double quotes in this case, so just
drop them.

Discussion: https://postgr.es/m/50ecb345-4dc5-1f7d-64ca-7018195fcc8d@2ndquadrant.com
configure
configure.in