diff options
author | Colin Walters <walters@verbum.org> | 2012-01-27 07:03:00 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-01-27 07:09:36 -0500 |
commit | 1339da29977d59a9202cadbc482df59e382b582a (patch) | |
tree | ccd44f97692458bce7556dbda55a084e973ddedf | |
parent | fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b (diff) | |
download | libxslt-1339da29977d59a9202cadbc482df59e382b582a.tar.gz libxslt-1339da29977d59a9202cadbc482df59e382b582a.tar.bz2 libxslt-1339da29977d59a9202cadbc482df59e382b582a.zip |
autogen: Only check for libtoolize
/usr/bin/libtool may not be in all installations.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ DIE=0 DIE=1 } -(libtool --version) < /dev/null > /dev/null 2>&1 || { +(libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have libtool installed to compile libxslt." echo "Download the appropriate package for your distribution," |