aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-11-18 10:25:54 +0100
committerIngela Anderton Andin <[email protected]>2016-11-18 10:25:54 +0100
commit8fc527964d8fee17b9c10ce2516b3eb749332334 (patch)
treedb2e596d24f8c0ffd2ff41ab6e44540242b0a683 /lib
parent9fa62a9774d1c9145fbc807bdf052573dab40ecb (diff)
parentcd8eea1ef091b9268eae2e19a85c72cab25129f5 (diff)
downloadotp-8fc527964d8fee17b9c10ce2516b3eb749332334.tar.gz
otp-8fc527964d8fee17b9c10ce2516b3eb749332334.tar.bz2
otp-8fc527964d8fee17b9c10ce2516b3eb749332334.zip
Merge branch 'ingela/odbc/mac' into maint
* ingela/odbc/mac: odbc: Remove support for old MACs
Diffstat (limited to 'lib')
-rw-r--r--lib/odbc/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/odbc/configure.in b/lib/odbc/configure.in
index 4deda13c8b..2dec6e5abf 100644
--- a/lib/odbc/configure.in
+++ b/lib/odbc/configure.in
@@ -146,8 +146,8 @@ AC_SUBST(THR_LIBS)
odbc_lib_link_success=no
AC_SUBST(TARGET_FLAGS)
- case $host_os in
- darwin*)
+ case $host_os in
+ darwin1[[0-9]].*)
TARGET_FLAGS="-DUNIX"
if test ! -d "$with_odbc" || test "$with_odbc" = "yes"; then
ODBC_LIB= -L"/usr/local/lib"