Skip to content

Commit 14eabd9

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fixed bug #80393
2 parents 55a0a7f + ae6e56f commit 14eabd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/libtool.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
340340
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
341341
10.[[012]]*)
342342
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
343-
10.*)
343+
*)
344344
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
345345
esac
346346
;;
@@ -1522,7 +1522,7 @@ darwin* | rhapsody*)
15221522
shlibpath_var=DYLD_LIBRARY_PATH
15231523
shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
15241524
ifelse([$1], [],[
1525-
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
1525+
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
15261526
sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
15271527
;;
15281528
@@ -5800,7 +5800,7 @@ _LT_EOF
58005800
10.[[012]])
58015801
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
58025802
;;
5803-
10.*)
5803+
*)
58045804
_LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
58055805
;;
58065806
esac

0 commit comments

Comments
 (0)