summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2008-02-07 18:24:10 +0000
committerRoss Burton <ross@burtonini.com>2008-02-07 18:24:10 +0000
commit95c1708a48ab470971dc37df31b2733ad1aeb220 (patch)
tree209267e4ca72aae18ae57114163c669b24acf672 /configure.ac
parenta3b20875b4906306b8dfc00e1981f72a35e1f2b4 (diff)
Add Xext to the link
libXcalibrate uses Xext, but wasn't looking for it, in the desperate hope that the application linking to libXcalibrate would bring in libXext on its own.
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 2bd4f01..5eab0f6 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 xextproto xcalibrateproto)
+PKG_CHECK_MODULES(XCALIBRATE, x11 xext xextproto xcalibrateproto)
AC_OUTPUT([Makefile
xcalibrate.pc])