From 99666f588da8875555a52f549ad0c312eb488062 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 25 Dec 2015 11:51:19 +0100 Subject: [PATCH] pkg-config is not required --- autogen.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index fe89a738..e95623ac 100755 --- a/autogen.sh +++ b/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