diff options
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 |