Merge pull request #601 from h3xx/fix-typo

Fix typo
This commit is contained in:
Adam Laurie 2020-05-21 11:40:22 +01:00 committed by GitHub
commit 020f5317a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ then
[AC_MSG_NOTICE([libnfc-nci present])],
[AC_MSG_ERROR([libnfc-nci not present but required for some drivers configuration])]
)
CFLAGS="$CPPFLAGS $LIBNFC_NCI_CFLAGS"
CFLAGS="$CFLAGS $LIBNFC_NCI_CFLAGS"
fi
# Documentation (default: no)