mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
13 lines
356 B
Bash
13 lines
356 B
Bash
*** ltmain.sh.orig Wed Oct 6 15:10:21 1999
|
|
--- ltmain.sh Wed Oct 6 15:11:33 1999
|
|
***************
|
|
*** 1955,1960 ****
|
|
--- 1955,1961 ----
|
|
done
|
|
done
|
|
if test -n "$a_deplib" ; then
|
|
+ newdeplibs="$newdeplibs $a_deplib"
|
|
droppeddeps=yes
|
|
echo
|
|
echo "*** Warning: This library needs some functionality provided by $a_deplib."
|