configure.ac: remove useless pkg-config check, thanks to Volker Grabsch
authorPaul Brossier <piem@piem.org>
Mon, 19 Apr 2010 00:25:54 +0000 (02:25 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 19 Apr 2010 00:25:54 +0000 (02:25 +0200)
configure.ac

index ea41f08038ad21bd0e5f662cf8bf830e68f6c5e9..e98a23408c5b3119df284b68830e018bd87326e9 100644 (file)
@@ -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])