Mercurial > audlegacy
changeset 4621:fb56923e8206
Updated pkg.m4.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 05 Jun 2008 16:04:18 +0300 |
parents | 330738d3180e |
children | a615322374c8 |
files | m4/pkg.m4 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/pkg.m4 Thu Jun 05 11:10:13 2008 +0300 +++ b/m4/pkg.m4 Thu Jun 05 16:04:18 2008 +0300 @@ -149,8 +149,8 @@ To get pkg-config, see <http://pkg-config.freedesktop.org/>.])], [$4]) else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + $1[]_CFLAGS="$pkg_cv_[]$1[]_CFLAGS" + $1[]_LIBS="$pkg_cv_[]$1[]_LIBS" AC_MSG_RESULT([yes]) ifelse([$3], , :, [$3]) fi[]dnl