Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG will be set early on.

This commit is contained in:
Anders Carlsson 2005-10-04 13:48:25 +00:00
parent 1810eaf8f2
commit de3358f883
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-10-04 Anders Carlsson <andersca@imendio.com>
* configure.in: Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG
will be set early on.
2005-10-03 Carl Worth <cworth@cworth.org>
* NEWS: Add notes for the 1.0.2 release.

View file

@ -83,6 +83,10 @@ LIBS="$LIBS $LIBM"
dnl ===========================================================================
PKG_PROG_PKG_CONFIG
dnl ===========================================================================
AC_ARG_ENABLE(xlib,
[ --disable-xlib Disable cairo's Xlib backend],
[use_xlib=$enableval], [use_xlib=yes])