mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
12 lines
356 B
Bash
12 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."
|