pkg-config is not required

This commit is contained in:
Frank Denis 2015-12-25 11:51:19 +01:00
parent 61fbc8eb63
commit 99666f588d

View File

@ -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