pkg-config is not required
This commit is contained in:
parent
61fbc8eb63
commit
99666f588d
@ -21,11 +21,6 @@ if [ ! -x "`which automake 2>/dev/null`" ] ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -x "`which pkg-config 2>/dev/null`" ] ; then
|
|
||||||
echo "pkg-config is required, but wasn't found on this system"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
|
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
|
||||||
exec autoreconf -ivf
|
exec autoreconf -ivf
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user