mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
el5 libtoolize does not support --quiet flag.
This commit is contained in:
parent
8c71007b60
commit
bed3cecd3a
@ -134,7 +134,7 @@ esac
|
||||
|
||||
# verify that libtool-ltdl-devel is installed
|
||||
echo "Running libtoolize dry-run..."
|
||||
if ! $LIBTOOLIZE --quiet --copy --force ; then
|
||||
if ! $LIBTOOLIZE --copy --force ; then
|
||||
echo ""
|
||||
echo "**Error**: $LIBTOOLIZE cannot detect necessary files."
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user