diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-27 17:07:23 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-27 17:08:04 +0200 |
commit | 0181a13904daef160bee543e9806b23a835f79c8 (patch) | |
tree | d295606c21a25986b643f9ad6e9751903f48543a /configure.ac | |
parent | 01a882039ec4d0edf4da7d3e10ffea569a3e4aee (diff) |
odbc properly support platform with sizeof(SQLWCHAR) = 4
Change-Id: I06d5a6c93817d2623fac3962b82c1319caf13276
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f58380e64de..4da7afc124bb 100644 --- a/configure.ac +++ b/configure.ac @@ -8797,7 +8797,7 @@ dnl =================================================================== dnl Check for system odbc dnl =================================================================== AC_MSG_CHECKING([which odbc headers to use]) -if test "$with_system_odbc" = "yes"; then +if test "$with_system_odbc" = "yes" -o "$_os" = Darwin ; then AC_MSG_RESULT([external]) SYSTEM_ODBC_HEADERS=TRUE |