mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Require libfprint-0.1
To stop people trying to compile it with 0.0 :)
This commit is contained in:
@ -2,4 +2,4 @@
|
||||
aclocal || exit 1
|
||||
autoconf || exit 1
|
||||
automake -a -c || exit 1
|
||||
./configure --enable-maintainer-mode $*
|
||||
./configure $*
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user