summaryrefslogtreecommitdiff
path: root/m4/libtool.m4
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2022-01-12 15:55:57 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2022-01-12 15:55:57 +0900
commit6c5282d154e7f4423b6bfdbbb9e4318f2fcb47bf (patch)
tree8a7b776eed444cb0040de9d3f490e80675f5daaa /m4/libtool.m4
parenta3808d2c148f36c332625d958a80b7380de9d3a2 (diff)
parent450be02682da219c984870e56ac2c3098efbe68a (diff)
downloadc-ares-accepted/tizen_base_dev.tar.gz
c-ares-accepted/tizen_base_dev.tar.bz2
c-ares-accepted/tizen_base_dev.zip
Change-Id: I78d0446c9b8a29e5a5acd91c5399bc89736ca168
Diffstat (limited to 'm4/libtool.m4')
-rw-r--r--m4/libtool.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index a6d21ae..c4c0294 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1071,11 +1071,11 @@ _LT_EOF
# to the OS version, if on x86, and 10.4, the deployment
# target defaults to 10.4. Don't you love it?
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
- 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
+ 10.0,*86*-darwin8*|10.0,*-darwin[[912]]*)
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10.[[012]][[,.]]*)
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
- 10.*)
+ 10.*|11.*)
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
esac
;;