Kaydet (Commit) 34fe0d32 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

force --with-system-odbc on MacOS X and Microsoft Windows

Change-Id: Idc078f1498b4d5baa69d306630e174ac59ae1fcb
üst f93ce4f7
......@@ -8616,6 +8616,9 @@ if test "$with_system_odbc" = "yes" ; then
elif test "$enable_database_connectivity" != yes; then
AC_MSG_RESULT([none])
else
if test $_os = Darwin -o $_os = WINNT; then
AC_MSG_ERROR([Please use --with-system-odbc on MacOS X and Microsoft Windows.])
fi
AC_MSG_RESULT([internal])
SYSTEM_ODBC_HEADERS=
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment