c67dc0a700
libnfc is the first libre low level NFC SDK and Programmers API released under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone. The library currently supports modulations for ISO/IEC 14443 A and B, FeliCa, Jewel/Topaz tags and Data Exchange Protocol (P2P) as target and as initiator.
17 lines
534 B
Text
17 lines
534 B
Text
$NetBSD: patch-configure,v 1.1 2016/12/16 08:11:55 manu Exp $
|
|
|
|
POSIXly correct test(1) for equality.
|
|
|
|
--- configure.orig 2016-12-14 11:06:15.000000000 +0100
|
|
+++ configure 2016-12-14 11:07:56.000000000 +0100
|
|
@@ -13966,9 +13966,9 @@
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline.h" >&5
|
|
$as_echo_n "checking for readline.h... " >&6; }
|
|
|
|
- if test "x$cross_compiling" == "xyes"; then
|
|
+ if test "x$cross_compiling" = "xyes"; then
|
|
without_readline=yes
|
|
fi
|
|
|
|
if test "x$without_readline" != "xyes"; then
|