summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@imendio.com>2005-10-04 13:49:33 +0000
committerAnders Carlsson <andersca@imendio.com>2005-10-04 13:49:33 +0000
commit167c3b430fd85006a5bd1e732def809b5c1f4a46 (patch)
treefa45d19e9f39a4fcc8bbe002204d2b8f95ce116d
parentcff8f831488ee781bf6738f35ba5dd061b69632a (diff)
Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG will be set early on.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7e822df7..2cabd7357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure.in b/configure.in
index 3e13b494b..824c88cdd 100644
--- a/configure.in
+++ b/configure.in
@@ -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])