diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) |