Browse Source

pkg-config is not required

next
Frank Denis 9 years ago
parent
commit
99666f588d
  1. 5
      autogen.sh

5
autogen.sh

@ -21,11 +21,6 @@ if [ ! -x "`which automake 2>/dev/null`" ] ; then
exit 1
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
exec autoreconf -ivf
fi

Loading…
Cancel
Save