[name]_CFLAGS and [name]_LIBS are already substituted by PKG_CHECK_MODULES

SVN revision: 39934
This commit is contained in:
Vincent Torri 2009-04-10 13:40:37 +00:00
parent de2e6e5be1
commit ee5f8d6668
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ AC_DEFUN([AC_E_CHECK_PKG],
[pkg_name]=$(echo "[$2]" | cut -d\ -f1)
[$1]_VERSION=$($PKG_CONFIG --modversion $pkg_name)
AC_SUBST([$1]_VERSION)
AC_SUBST([$1]_CFLAGS)
AC_SUBST([$1]_LIBS)
ifelse([$3], , :, [$3])
],
[