Fix plpython build on older versions of OS X.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Jan 2013 20:49:53 +0000 (15:49 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Jan 2013 20:49:53 +0000 (15:49 -0500)
commit5aec9ccafe3b2b31b95ac69990704f260b8e1a63
treea59a4717722c0370c060440c9ecae888d2e35a8e
parent915a29a10cdabfbe301dc7201299841339b9798f
Fix plpython build on older versions of OS X.

Pre-Lion versions of Apple's linker don't allow space between -F and its
argument.  (Snow Leopard is nice enough to tell you that in so many words,
but older versions just fail with very obscure link errors, as seen on
buildfarm member locust for instance.)  Oversight in commit
fc8745070a53469a43ecbf999dc5692a36a649cc.
config/python.m4
configure