mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35: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:
parent
9b71a6cd7b
commit
90c66a1179
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user