summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-05-24 14:43:04 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-05-24 14:43:04 +0000
commite783221dabcbf5e696029a172a90e8dadc582ff3 (patch)
tree4eeceaf5ab04bac9c142938f70fa9559b053768d
parentbfb386c158238c20a38980fafb24a6b70c621e1f (diff)
downloadxorg-lib-libXp-e783221dabcbf5e696029a172a90e8dadc582ff3.tar.gz
Add libXau to required modules
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c2d173..de58f70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-24 Alexander Gottwald <ago@freedesktop.org>
+
+ * configure.ac:
+ Add libXau to required modules
+
2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 1c51193..b288735 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for X and print proto
-PKG_CHECK_MODULES(XPRINT, x11 xext printproto)
+PKG_CHECK_MODULES(XPRINT, x11 xext xau printproto)
AC_SUBST(XPRINT_CFLAGS)
AC_SUBST(XPRINT_LIBS)