diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-09-16 13:52:19 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-09-16 13:52:19 +0000 |
commit | 39df209ddd411d0bdac06df954116fd6b923c210 (patch) | |
tree | 6c3ceae8cb756878b4e6ad3315890efc82efd7f9 /buildconf | |
parent | 823a48558ca46c0caee1e3ef01509639d543b129 (diff) | |
download | php-git-39df209ddd411d0bdac06df954116fd6b923c210.tar.gz |
libtool check fix
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ else fi # libtool 1.3.3 or newer - lt_pversion=`libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/ .*//'` + lt_pversion=`libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/[- ].*//'` if test "$lt_pversion" = ""; then echo "buildconf: libtool not found." echo " You need libtool version 1.3 or newer installed" |