1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-04 13:08:31 +00:00

Fix warning about AM_PROG_CC_C_O.

This commit is contained in:
Brenden Matthews 2009-07-10 10:12:04 -06:00
parent c494feafe1
commit d431491bfb

View File

@ -32,6 +32,7 @@ AC_PROG_LD
AC_PROG_INSTALL
AC_PROG_LIBTOOL
AM_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)
if test x"$HAVE_PKGCONFIG" = x"no"; then