1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

* Check for pkg-config >=0.20

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@928 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2007-08-28 20:19:18 +00:00
parent 9b71a6cd7b
commit 90c66a1179
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# $Id$
2007-08-28
* Check for pkg-config >=0.20
2007-08-27
* Fixed issue with SIGPIPE and mpd
* Updated COPYING (with more clarifications)

View File

@ -35,7 +35,7 @@ AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)
if test x"$HAVE_PKGCONFIG" = x"no"; then
AC_MSG_ERROR([pkg-config is required!])
fi
PKG_PROG_PKG_CONFIG([0.17.2])
PKG_PROG_PKG_CONFIG([0.20])
AC_CONFIG_FILES(
Makefile