Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG will be set early on.

This commit is contained in:
Anders Carlsson 2005-10-04 13:49:33 +00:00
parent cff8f83148
commit 167c3b430f
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>
* src/cairo-win32-surface.c: (DllMain): Add missing initialization

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])