projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1323b
)
configure.ac: remove useless pkg-config check, thanks to Volker Grabsch
author
Paul Brossier
<piem@piem.org>
Mon, 19 Apr 2010 00:25:54 +0000
(
02:25
+0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 19 Apr 2010 00:25:54 +0000
(
02:25
+0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ea41f08038ad21bd0e5f662cf8bf830e68f6c5e9..e98a23408c5b3119df284b68830e018bd87326e9 100644
(file)
--- 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])