summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 14:14:02 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 14:14:02 +0000
commitd26b6760781675316ccf755cd39b295aa88dcaab (patch)
treefba1c62b838fd8db5f066341e682274e5223bf0b
parent9ec316349f351f654a6bf9ac2492a5c7bfa87492 (diff)
downloadxorg-app-xauth-d26b6760781675316ccf755cd39b295aa88dcaab.tar.gz
Check for xau.pc
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..992c09c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2005-06-30 Alexander Gottwald <ago at freedesktop dot org>
+
+ * configure.ac:
+ Check for xau.pc
diff --git a/configure.ac b/configure.ac
index 287c525..62ebd93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(DEP, x11 xext xmu)
+PKG_CHECK_MODULES(DEP, x11 xau xext xmu)
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)