view acinclude.m4 @ 973:6c0acc7ae799 trunk

[svn] - build the lastfm VFS plugin if the scrobbler plugin is going to be built.
author nenolod
date Sun, 22 Apr 2007 04:31:31 -0700
parents 13389e613d67
children 1fd4d8e5aad2
line wrap: on
line source

dnl ADD_PKG_REQUIRES([requirement])

AC_DEFUN([ADD_PC_REQUIRES],
[
   test -z "$PC_REQUIRES" && PC_REQUIRES="$1" || PC_REQUIRES="$PC_REQUIRES, $1"
   AC_SUBST(PC_REQUIRES)
]
)