summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Allum <mallum@polystyrene.(none)>2006-08-04 23:01:08 +0100
committerMatthew Allum <mallum@polystyrene.(none)>2006-08-04 23:01:08 +0100
commit4be232e30cd33a44a1ce6d3ec429ee6101540c62 (patch)
tree604ede68a3e444ded9951d31a40840bbdaf71431 /configure.ac
parent0eb8b3c22ac8147b51817a65783967c858c6c97f (diff)
Updates for newer proto and .pc namings.
Fix Makefile.am to build Add a README
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e81414f..2bd4f01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for X
-PKG_CHECK_MODULES(XCALIBRATE, x11 xextensions xcalibrateext)
+PKG_CHECK_MODULES(XCALIBRATE, x11 xextproto xcalibrateproto)
AC_OUTPUT([Makefile
xcalibrate.pc])