[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-mdb] branch master updated: only link against libnfc once
From: |
gnunet |
Subject: |
[taler-taler-mdb] branch master updated: only link against libnfc once |
Date: |
Thu, 07 Nov 2019 11:55:48 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-mdb.
The following commit(s) were added to refs/heads/master by this push:
new 345aeee only link against libnfc once
345aeee is described below
commit 345aeee5f72032e04031382db1c512707c1cceb4
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 7 11:55:46 2019 +0100
only link against libnfc once
---
configure.ac | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 50637c3..b3e673e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,6 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
AC_PROG_CC
-# Checks for libraries.
-AC_CHECK_LIB([nfc], [nfc_open])
-
# Checks for header files.
AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
@@ -73,6 +70,11 @@ CFLAGS_SAVE=$CFLAGS
LDFLAGS_SAVE=$LDFLAGS
LIBS_SAVE=$LIBS
+# Checks for libraries.
+AC_CHECK_LIB([nfc], [nfc_open],,[AC_MSG_ERROR([libnfc required])])
+
+
+
# check for libgnurl
# libgnurl
LIBGNURL_CHECK_CONFIG(,7.34.0,gnurl=1,gnurl=0)
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-mdb] branch master updated: only link against libnfc once,
gnunet <=