Mercurial > audlegacy-plugins
changeset 2686:7317dff666f9
Updated pkg.m4.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 05 Jun 2008 16:04:52 +0300 |
parents | 45be141b7586 |
children | 206f0322d221 |
files | m4/pkg.m4 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/pkg.m4 Thu Jun 05 15:45:12 2008 +0300 +++ b/m4/pkg.m4 Thu Jun 05 16:04:52 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