From 822a2e5438876c2fe161c3861b2e9874e83e08ca Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 13 May 2008 18:20:42 +0100 Subject: [PATCH] Require libfprint-0.1 To stop people trying to compile it with 0.0 :) --- autogen.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 4778cd5..373ed82 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,4 +2,4 @@ aclocal || exit 1 autoconf || exit 1 automake -a -c || exit 1 -./configure --enable-maintainer-mode $* +./configure $* diff --git a/configure.ac b/configure.ac index e038f33..094deb7 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.50]) AC_PROG_CC AM_PROG_CC_C_O -PKG_CHECK_MODULES(FPRINT, "libfprint") +PKG_CHECK_MODULES(FPRINT, [libfprint > 0.1.0]) AC_SUBST(FPRINT_LIBS) AC_SUBST(FPRINT_CFLAGS)