• James Le Cuirot's avatar
    Fix --disable-core-odbc-support · 753835b4
    James Le Cuirot 提交于
    In commit ffc8e81b, 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: 's avatarTravis Cross <tc@traviscross.com>
    753835b4
configure.in 44.9 KB