Commits
Sean Farley authored 5396a98c8be
1 - | Index: configure |
2 - | =================================================================== |
3 - | --- configure.orig |
4 - | +++ configure |
5 - | |
6 - | case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in |
7 - | 10.0,*86*-darwin8*|10.0,*-darwin[91]*) |
8 - | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; |
9 - | - 10.[012]*) |
10 - | + 10.[012][,.]*) |
11 - | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; |
12 - | 10.*) |
13 - | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; |