mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed libtool error
This commit is contained in:
@@ -72,7 +72,7 @@ fi
|
||||
if test "$mode" = "config"; then
|
||||
mkdir -p ./config
|
||||
|
||||
if ! command -v libtool >/dev/null 2>&1; then
|
||||
if ! command -v libtoolize >/dev/null 2>&1; then
|
||||
echo "could not find libtool." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user