Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <le.businessman@gmail.com>2014-07-24 01:22:19 +0400
committerTristan Matthews <tristan.matthews@savoirfairelinux.com>2014-07-24 01:27:05 +0400
commitf351061ddf340d7459dfd78e79e5083d6df11a39 (patch)
tree240528ce22534690406bfb63dc926fa29b6cc7a2
parent774c87d6cb7dd8dabdd17677fc6da753ecf4aa87 (diff)
configure: fix PKG_CHECK_MODULES invocation
Patch by chutz. https://trac.xiph.org/ticket/1825
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f8b996..aef09cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,7 +224,7 @@ AS_CASE([$FFT],
],
[gpl-fftw3], [
AC_DEFINE([USE_GPL_FFTW3], [], [Use FFTW3 for FFT])
- PKG_CHECK_MODULES(FFT, fftw3f)
+ PKG_CHECK_MODULES([FFT], [fftw3f])
],
[proprietary-intel-mkl], [
AC_DEFINE([USE_INTEL_MKL], [], [Use Intel Math Kernel Library for FFT])