Check for PQsetSingleRowMode function in configure test.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 22 Jan 2015 17:26:27 +0000 (19:26 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 22 Jan 2015 17:27:32 +0000 (19:27 +0200)
commitb2974f42fb10dbc34540ac8b662be86c78f67cb5
tree20e8c28f47bf8f7a7ed4590851512e50b744760f
parent4d6a55fbb2e3e4af983cf65e6ac5fc8f013addae
Check for PQsetSingleRowMode function in configure test.

We require libpq 9.2 (or newer), where PQsetSingleRowMode was added. Check
for that in configure, so that you get a nice error message if you try
build with anything older.
configure.ac