summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-07-27 19:40:28 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-07-27 19:40:28 +0000
commit794993251c8700061f84246f87ec3c060f2ffb37 (patch)
tree93b6496221e819019ddd1e014fd3a61c58bef9b2 /configure.ac
parent4531a95fde3e9e0dac1e24c0e140094d24503ce2 (diff)
Check for xproto
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3829122..708af42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,5 +79,7 @@ esac
AC_SUBST([RGB_DB_FILES])
AM_CONDITIONAL(RGB_TXT, [test x$db_type = xtext])
+PKG_CHECK_MODULES(RGB, xproto)
+
AC_SUBST(RGB_CFLAGS)
AC_OUTPUT([Makefile])