nfcutils: update code to use libnfc 1.7.0

git-svn-id: https://nfc-tools.googlecode.com/svn/trunk/nfcutils@1136 ba5c3050-9c55-11de-a262-85a698460a8e
This commit is contained in:
Romuald Conty 2013-06-13 15:57:37 +00:00
parent e738a3bde0
commit 49aa178120

View File

@ -1,4 +1,4 @@
AC_INIT([nfcutils],[0.3.1],[romuald@libnfc.org])
AC_INIT([nfcutils],[0.3.2],[romuald@libnfc.org])
AC_CONFIG_HEADER(config.h)
@ -59,7 +59,7 @@ fi
AC_SUBST([DEBUG_CFLAGS])
# Checks for pkg-config modules.
LIBNFC_REQUIRED_VERSION=1.6.0
LIBNFC_REQUIRED_VERSION=1.7.0
PKG_CHECK_MODULES([libnfc], [libnfc >= $LIBNFC_REQUIRED_VERSION], [], [AC_MSG_ERROR([libnfc >= $LIBNFC_REQUIRED_VERSION is mandatory.])])
AC_SUBST(libnfc_LIBS)