linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] linphone-3.0.0: mediastreamer2/configure.ac


From: Andrey G. Grozin
Subject: [Linphone-developers] linphone-3.0.0: mediastreamer2/configure.ac
Date: Sun, 21 Dec 2008 12:43:40 +0600 (NOVT)
User-agent: Alpine 1.10 (LRH 962 2008-03-14)

Hello *,

PKG_CHECK_MODULES is first called in configure.ac inside

if test "$artsc" = "true" ; then

Comments in aclocal.m4 say

# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
# [ACTION-IF-NOT-FOUND])
#
#
# Note that if there is a possibility the first call to
# PKG_CHECK_MODULES might not happen, you should be sure to include an
# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac

As a result,

./configure --disable-artsc

fails with an error message that pkg-config is not found in the PATH (which is not the case).

I think it is necessary to insert

PKG_PROG_PKG_CONFIG([some-minimal-version])

(or just PKG_PROG_PKG_CONFIG() ) somewhere near the beginning of this configure.ac

Andrey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]