diff options
author | Ingela Anderton Andin <[email protected]> | 2016-11-18 10:25:54 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-11-18 10:25:54 +0100 |
commit | 8fc527964d8fee17b9c10ce2516b3eb749332334 (patch) | |
tree | db2e596d24f8c0ffd2ff41ab6e44540242b0a683 | |
parent | 9fa62a9774d1c9145fbc807bdf052573dab40ecb (diff) | |
parent | cd8eea1ef091b9268eae2e19a85c72cab25129f5 (diff) | |
download | otp-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
-rw-r--r-- | lib/odbc/configure.in | 4 |
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" |