summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-04 18:08:55 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-04 18:08:55 +0000
commit622432031f6c1e5e739a828f6628d8c1a0727b30 (patch)
tree6852f2df11b7c1b717beb83e8fe6fce1ef0363ca
parent731b653acdb2212e79fb43c648925eb4806eed82 (diff)
Bug #3968: Check for evieproto in configure.ac (Olli Helenius)
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ba932d6..3923fbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(libXevie, 0.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXevie)
+AC_INIT(libXevie, 0.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXevie)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -15,7 +15,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XEVIE, xproto x11 xextproto xext)
+PKG_CHECK_MODULES(XEVIE, xproto x11 xextproto xext evieproto)
AC_SUBST(XEVIE_CFLAGS)
AC_SUBST(XEVIE_LIBS)