mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
6e2a6e07db
This keeps the functionality of searching for glibtool or libtool, but have you checked the rest of the build process to see if this is compatible? Regardless, 'which' returns a value on some os's when nothing is found which breaks the previous patches test. Also the unary negation after an if is not compatible with true bourne. -Jason