]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Fix --disable-core-odbc-support
authorJames Le Cuirot <james.le-cuirot@yakara.com>
Fri, 10 Jan 2014 14:37:41 +0000 (14:37 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 31 Jan 2014 18:53:56 +0000 (18:53 +0000)
commit753835b45646af72b97cb518279d8bae4829707f
tree23df4cbcec957e62917db112c6851ddf373078dd
parentd7d5847ddaf5f9f85ed51b68f2b94db55e697f8d
Fix --disable-core-odbc-support

In commit ffc8e81b763c4e11e02309b99e2a4b4aa666e845, tc ensured that
configure would abort if libodbc was not found. However this resulted
in the library check being done twice, as well as rendering
--disable-core-odbc-support ineffective. If libodbc was found, it
would enable core ODBC support regardless. This fix ensures the check
is only done once or not at all if core ODBC support is explicitly
disabled.

Signed-off-by: Travis Cross <tc@traviscross.com>
configure.in