diff --git a/build/libtool.m4 b/build/libtool.m4
index 099a879935..1faed63a8c 100644
a
|
b
|
AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[ |
340 | 340 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; |
341 | 341 | 10.[[012]]*) |
342 | 342 | _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; |
343 | | 10.*) |
| 343 | *) |
344 | 344 | _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; |
345 | 345 | esac |
346 | 346 | ;; |
… |
… |
darwin* | rhapsody*) |
1521 | 1521 | shlibpath_var=DYLD_LIBRARY_PATH |
1522 | 1522 | shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' |
1523 | 1523 | ifelse([$1], [],[ |
1524 | | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) |
| 1524 | sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) |
1525 | 1525 | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' |
1526 | 1526 | ;; |
1527 | 1527 | |
… |
… |
_LT_EOF |
5799 | 5799 | 10.[[012]]) |
5800 | 5800 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' |
5801 | 5801 | ;; |
5802 | | 10.*) |
| 5802 | *) |
5803 | 5803 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' |
5804 | 5804 | ;; |
5805 | 5805 | esac |