shithub: aubio

Download patch

ref: 0efce0db5474c9f8033dc75852a95da446e00d7f
parent: 8d1323b5c38cb065eab30525c9220db609c9fef3
author: Paul Brossier <piem@piem.org>
date: Sun Apr 18 22:25:54 EDT 2010

configure.ac: remove useless pkg-config check, thanks to Volker Grabsch

--- a/configure.ac
+++ b/configure.ac
@@ -153,9 +153,6 @@
             [Defined when c99 style varargs macros are supported])
 fi
 
-dnl Check for pkg-config
-AC_PATH_PROG(PKG_CONFIG,pkg-config,no)
-
 PKG_CHECK_MODULES(SNDFILE,     sndfile >= 1.0.4,       HAVE_SNDFILE=1)
 if test "${HAVE_SNDFILE}" = "1"; then
   AC_DEFINE(HAVE_SNDFILE,1,[Define to enable libsndfile support])