mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-19 04:56:15 +00:00
Make configure fail if pkg-config cannot be found.
This commit is contained in:
@@ -27,7 +27,7 @@ case "$host" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_PATH_PROG(PKG_CONFIG, pkg-config)
|
AC_PATH_PROG(PKG_CONFIG, pkg-config, [AC_MSG_ERROR([pkg-config not found.])])
|
||||||
|
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|||||||
Reference in New Issue
Block a user