summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-06-28 07:29:56 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-06-28 07:31:56 +0200
commit3934ec179f1b14c92ae7acc998318564ef06d3f2 (patch)
tree98f353b83ecb30540501b23cc810a8a103b62e56 /configure.ac
parent6af39266090773950a1e0de64d6b7487fcd38ad3 (diff)
revert forcing system-odbc on MAc as Maverick dropped system support
We prolly need to look at iODBC and how to carry the headers as 'external' Note the dylib for runtime are still in 10.9 Change-Id: I6cad2b90fcb61b5787c0599e40d48a74b8ff917a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4da7afc124bb..c3cc0557a9ea 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" -o "$_os" = Darwin ; then
+if test "$with_system_odbc" = "yes" ; then
AC_MSG_RESULT([external])
SYSTEM_ODBC_HEADERS=TRUE