summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2009-06-26 11:59:52 +1000
committerJustin McPherson <justin.mcpherson@nokia.com>2009-06-26 11:59:52 +1000
commite32bc79d9ab52e5b70e3cd27bddb2bec9c81f5a5 (patch)
treea8c56d8f2eefcce0f1eb453d96cdc2b008b7bc1f /configure
parentfbe1e69584746e6255b6ea6fede9080c96f5d4e2 (diff)
Always iodbc on OSX platform.
Reviewed-by: Bill King
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e0b8b3e22..b087d4245 100755
--- a/configure
+++ b/configure
@@ -4435,7 +4435,7 @@ for _SQLDR in $CFG_SQL_AVAILABLE; do
;;
odbc)
if [ "$CFG_SQL_odbc" != "no" ]; then
- if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/odbc "ODBC" $L_FLAGS $I_FLAGS $l_FLAGS $MAC_CONFIG_TEST_COMMANDLINE; then
+ if [ "$PLATFORM_MAC" != "yes"] && "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/odbc "ODBC" $L_FLAGS $I_FLAGS $l_FLAGS $MAC_CONFIG_TEST_COMMANDLINE; then
if [ "$CFG_SQL_odbc" = "auto" ]; then
CFG_SQL_odbc=plugin
fi