From 0efce0db5474c9f8033dc75852a95da446e00d7f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 19 Apr 2010 02:25:54 +0200 Subject: [PATCH] configure.ac: remove useless pkg-config check, thanks to Volker Grabsch --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index ea41f080..e98a2340 100644 --- a/configure.ac +++ b/configure.ac @@ -153,9 +153,6 @@ if test "$ac_cv_varargs_macros" = "yes"; then [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]) -- 2.26.2